1 instantiation of PlatformRenderer
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
55
_renderer = new
PlatformRenderer
(this);
5 references to PlatformRenderer
Microsoft.Maui.Controls.Compatibility (5)
iOS\FormsApplicationDelegate.cs (4)
191
var
platformRenderer = Window.RootViewController as
PlatformRenderer
;
200
var
platformRenderer = Window.RootViewController as
PlatformRenderer
;
iOS\Platform.cs (1)
47
readonly
PlatformRenderer
_renderer;