1 write to _clickOffView
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (1)
88
_clickOffView
= new UIView();
10 references to _clickOffView
Microsoft.Maui.Controls.Compatibility (10)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (10)
89
_clickOffView
.BackgroundColor = new Color(0, 0, 0, 0).ToPlatform();
148
_clickOffView
.AddGestureRecognizer(_tapGesture);
191
if (
_clickOffView
!= null &&
_clickOffView
.GestureRecognizers.Contains(_tapGesture))
193
_clickOffView
.GestureRecognizers.Remove(_tapGesture);
194
_clickOffView
.Dispose();
224
View.Add(
_clickOffView
);
225
_clickOffView
.Frame = _detailController.View.Frame;
313
_clickOffView
.Frame = _detailController.View.Frame;
333
_clickOffView
.RemoveFromSuperview();