7 references to FlyoutIsPresentedProperty
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (2)
165
Shell.SetValueFromRenderer(Shell.
FlyoutIsPresentedProperty
, value);
266
if (e.PropertyName == Shell.
FlyoutIsPresentedProperty
.PropertyName)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
445
_context.Shell.SetValueFromRenderer(Shell.
FlyoutIsPresentedProperty
, true);
Shell\Shell.cs (4)
838
SetValueFromRenderer(
FlyoutIsPresentedProperty
, false);
1442
get => (bool)GetValue(
FlyoutIsPresentedProperty
);
1443
set => SetValue(
FlyoutIsPresentedProperty
, value);
2000
if (propertyName == Shell.
FlyoutIsPresentedProperty
.PropertyName)