8 references to ApplyDrawableAsync
Microsoft.Maui.Controls.Compatibility (8)
Android\AppCompat\FlyoutPageRenderer.cs (1)
424 this.ApplyDrawableAsync(view, Page.BackgroundImageSourceProperty, Context,
Android\AppCompat\NavigationPageRenderer.cs (1)
1034 _ = this.ApplyDrawableAsync(currentPage, NavigationPage.TitleIconImageSourceProperty, Context, drawable =>
Android\AppCompat\TabbedPageRenderer.cs (2)
543 _ = this.ApplyDrawableAsync(page, Page.IconImageSourceProperty, Context, icon => 702 _ = this.ApplyDrawableAsync(page, Page.IconImageSourceProperty, Context, icon =>
Android\Renderers\PageRenderer.cs (1)
123 _ = this.ApplyDrawableAsync(page, Page.BackgroundImageSourceProperty, Context, drawable =>
Android\Renderers\SwipeViewRenderer.cs (1)
815 _ = this.ApplyDrawableAsync(formsSwipeItem, MenuItem.IconImageSourceProperty, Context, drawable =>
Android\ResourceManager.cs (2)
213 return renderer.ApplyDrawableAsync(null, imageSourceProperty, context, onSet, onLoading, cancellationToken); 310 await ApplyDrawableAsync(null, bindable, imageSourceProperty, context, onSet, onLoading, cancellationToken);