2 references to FlyoutIconProperty
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1299
get => (ImageSource)GetValue(
FlyoutIconProperty
);
1300
set => SetValue(
FlyoutIconProperty
, value);