4 references to IsGestureEnabledProperty
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.cs (2)
77
get { return (bool)GetValue(
IsGestureEnabledProperty
); }
78
set { SetValue(
IsGestureEnabledProperty
, value); }
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (1)
249
else if (e.PropertyName == Microsoft.Maui.Controls.FlyoutPage.
IsGestureEnabledProperty
.PropertyName)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
451
else if (e.PropertyName == Microsoft.Maui.Controls.FlyoutPage.
IsGestureEnabledProperty
.PropertyName)