* Wpf api changes #7445
* Remove documentation comments
* Chg: C# language is not 7.3
fixes #7445
namespace Xamarin.Forms.Platform.WPF
{
- internal static class ImageExtensions
+ public static class ImageExtensions
{
public static Stretch ToStretch(this Aspect aspect)
{
}
}
- public static WImageSource ToWindowsImageSource(this ImageSource source)
- {
- return source.ToWindowsImageSourceAsync().GetAwaiter().GetResult();
- }
-
public static async Task<WImageSource> ToWindowsImageSourceAsync(this ImageSource source, CancellationToken cancellationToken = default(CancellationToken))
{
if (source == null || source.IsEmpty)