4 references to Icon
Microsoft.Maui.Controls (4)
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);