1 write to Platform
Microsoft.Maui.Controls.Compatibility (1)
iOS\PlatformRenderer.cs (1)
16
Platform
= platform;
9 references to Platform
Microsoft.Maui.Controls.Compatibility (9)
iOS\FormsApplicationDelegate.cs (2)
192
platformRenderer.
Platform
.MarkForRemoval();
202
((IDisposable)platformRenderer.
Platform
).Dispose();
iOS\PlatformRenderer.cs (7)
41
return (UIViewController)Platform.GetRenderer(
Platform
.Page);
51
get => (UIViewController)Platform.GetRenderer(
Platform
.Page);
81
Platform
.DidAppear();
89
Platform
.LayoutSubviews();
99
Platform
.WillAppear();
124
Platform
.UnsubscribeFromAlertsAndActionsSheets();
125
Platform
.CleanUpPages();