7 references to IconImageSource
Microsoft.Maui.Controls (7)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
934
FlyoutPage.Flyout.
IconImageSource
.LoadImage(FlyoutPage.FindMauiContext(), result =>
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
510
page.
IconImageSource
.LoadImage(MauiContext, result =>
Page\Page.cs (3)
64
/// <summary>Bindable property for <see cref="
IconImageSource
"/>.</summary>
65
public static readonly BindableProperty IconImageSourceProperty = BindableProperty.Create(nameof(
IconImageSource
), typeof(ImageSource), typeof(Page), default(ImageSource));
156
/// <remarks>For example, this title might be shown in the flyout menu or a tab bar together with <see cref="
IconImageSource
"/>.</remarks>
Shell\ShellContent.cs (2)
292
shellContent.SetBinding(IconProperty, static (TemplatedPage page) => page.
IconImageSource
, BindingMode.OneWay, source: page);
293
shellContent.SetBinding(FlyoutIconProperty, static (TemplatedPage page) => page.
IconImageSource
, BindingMode.OneWay, source: page);