1 write to _flyoutView
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
32
_flyoutView
= new FlyoutView();
5 references to _flyoutView
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\TabletFlyoutPageRenderer.cs (5)
40
_flyoutView
.DidAppear += value;
45
_flyoutView
.DidAppear -= value;
54
_flyoutView
.WillDisappear += value;
59
_flyoutView
.WillDisappear -= value;
84
View =
_flyoutView
;