2 references to ContextFlyoutProperty
Microsoft.Maui.Controls (2)
Menu\FlyoutBase.cs (2)
15
b.SetValue(
ContextFlyoutProperty
, value);
20
return (FlyoutBase)b.GetValue(
ContextFlyoutProperty
);