5 references to Icon
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
501 ShellSection.Icon.LoadImage(ShellSection.FindMauiContext(), icon =>
Shell\BaseShellItem.cs (2)
39 /// <summary>Bindable property for <see cref="Icon"/>.</summary> 41 BindableProperty.Create(nameof(Icon), typeof(ImageSource), typeof(BaseShellItem), null, BindingMode.OneWay,
Shell\ShellItem.cs (1)
227 result.SetBinding(IconProperty, static (ShellSection section) => section.Icon, BindingMode.OneWay, source: shellSection);
Shell\ShellSection.cs (1)
297 shellSection.SetBinding(IconProperty, static (BaseShellItem item) => item.Icon, BindingMode.OneWay, source: shellContent);