5 references to IconImageSource
Microsoft.Maui.Controls (5)
Page\Page.cs (3)
67 /// <summary>Bindable property for <see cref="IconImageSource"/>.</summary> 68 public static readonly BindableProperty IconImageSourceProperty = BindableProperty.Create(nameof(IconImageSource), typeof(ImageSource), typeof(Page), default(ImageSource)); 159 /// <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);