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