1 write to Page
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
365
Page
= newRoot;
16 references to Page
Microsoft.Maui.Controls.Compatibility (16)
iOS\Platform.cs (14)
140
Page
.GetCurrentPage()?.SendAppearing();
200
Page
.GetCurrentPage()?.SendDisappearing();
313
SetInheritedBindingContext(
Page
, BindingContext);
348
if (
Page
== null)
351
var rootRenderer = GetRenderer(
Page
);
363
if (
Page
!= null)
370
AddChild(
Page
);
372
Page
.DescendantRemoved += HandleChildRemoved;
385
AddChild(
Page
);
387
Page
.DescendantRemoved += HandleChildRemoved;
423
return
Page
== parent || _modals.Contains(parent);
719
Page
.DescendantRemoved -= HandleChildRemoved;
721
Page
.DisposeModalAndChildRenderers();
729
(
Page
.Parent as IDisposable)?.Dispose();
iOS\PlatformRenderer.cs (2)
41
return (UIViewController)Platform.GetRenderer(Platform.
Page
);
51
get => (UIViewController)Platform.GetRenderer(Platform.
Page
);