2 writes to FlyoutRenderer
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (2)
108
FlyoutRenderer
= CreateFlyoutRenderer();
216
FlyoutRenderer
= null;
5 references to FlyoutRenderer
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (5)
109
FlyoutRenderer
.AttachFlyout(this, this);
119
public UIView NativeView =>
FlyoutRenderer
.View;
121
public UIViewController ViewController =>
FlyoutRenderer
.ViewController;
213
FlyoutRenderer
?.Dispose();
362
FlyoutRenderer
.View.BackgroundColor = color;