5 references to CurrentPageController
Microsoft.Maui.Controls.Compatibility (5)
Android\AppCompat\Platform.cs (5)
156
CurrentPageController
?.SendAppearing();
166
CurrentPageController
?.SendAppearing();
170
UpdateAccessibilityImportance(
CurrentPageController
as Page, ImportantForAccessibility.Auto, true);
202
CurrentPageController
?.SendDisappearing();
203
UpdateAccessibilityImportance(
CurrentPageController
as Page, ImportantForAccessibility.NoHideDescendants, false);