Implemented interface member:
property
FlyoutIcon
Microsoft.Maui.Controls.IShellController.FlyoutIcon
2 references to FlyoutIcon
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
332 image = _context.Shell.FlyoutIcon;
Shell\Shell.cs (1)
1140 BindableProperty.Create(nameof(FlyoutIcon), typeof(ImageSource), typeof(Shell), null);