protected async Task UpdateSource() { await ImageElementManager.UpdateSource(this).ConfigureAwait(false); }
public ImageRenderer() : base() { ImageElementManager.Init(this); // TODO WINUI //Microsoft.UI.Xaml.Application.Current.Resuming += OnResumingAsync; }
public ImageButtonRenderer() : base() { ImageElementManager.Init(this); }