4 references to FlyoutIsPresentedProperty
Microsoft.Maui.Controls (4)
Shell\Shell.cs (4)
838 SetValueFromRenderer(FlyoutIsPresentedProperty, false); 1442 get => (bool)GetValue(FlyoutIsPresentedProperty); 1443 set => SetValue(FlyoutIsPresentedProperty, value); 2000 if (propertyName == Shell.FlyoutIsPresentedProperty.PropertyName)