4 references to FlyoutIsPresentedProperty
Microsoft.Maui.Controls (4)
Shell\Shell.cs (4)
840 SetValueFromRenderer(FlyoutIsPresentedProperty, false); 1444 get => (bool)GetValue(FlyoutIsPresentedProperty); 1445 set => SetValue(FlyoutIsPresentedProperty, value); 2002 if (propertyName == Shell.FlyoutIsPresentedProperty.PropertyName)