Implemented interface member:
method
SendDisappearing
Microsoft.Maui.Controls.IPageController.SendDisappearing()
31 references to SendDisappearing
Microsoft.Maui.Controls (20)
FlyoutPage\FlyoutPage.cs (4)
65
previousDetail?.
SendDisappearing
();
120
previousFlyout?.
SendDisappearing
();
218
Flyout?.
SendDisappearing
();
219
Detail?.
SendDisappearing
();
MultiPage.cs (1)
92
previousPage?.
SendDisappearing
();
NavigationModel.cs (2)
117
previousPage.
SendDisappearing
();
205
previousPage.
SendDisappearing
();
NavigationPage\NavigationPage.cs (2)
392
page?.
SendDisappearing
();
514
oldPage.
SendDisappearing
();
Page\Page.cs (1)
714
pageContainer?.CurrentPage?.
SendDisappearing
();
Platform\ModalNavigationManager\ModalNavigationManager.cs (3)
220
modal.
SendDisappearing
();
277
previousPage?.
SendDisappearing
();
283
previousPage?.
SendDisappearing
();
Shell\ShellContent.cs (1)
130
((ContentCache ?? Content) as Page)?.
SendDisappearing
();
Shell\ShellSection.cs (4)
138
oldStack[i].
SendDisappearing
();
652
previousPage?.
SendDisappearing
();
834
oldStack[i].
SendDisappearing
();
949
sectionController.PresentedPage?.
SendDisappearing
();
Window\Window.cs (2)
433
Page?.
SendDisappearing
();
605
oldPage.
SendDisappearing
();
Microsoft.Maui.Controls.Compatibility (11)
iOS\Platform.cs (1)
200
Page.GetCurrentPage()?.
SendDisappearing
();
iOS\Renderers\CarouselPageRenderer.cs (1)
274
_previousPage?.
SendDisappearing
();
iOS\Renderers\NavigationRenderer.cs (1)
1127
Child.
SendDisappearing
();
iOS\Renderers\PageRenderer.cs (2)
184
Page.
SendDisappearing
();
234
Page.
SendDisappearing
();
iOS\Renderers\PhoneFlyoutPageRenderer.cs (2)
120
Page?.
SendDisappearing
();
207
Page.
SendDisappearing
();
iOS\Renderers\TabbedRenderer.cs (2)
127
Page.
SendDisappearing
();
162
Page.
SendDisappearing
();
iOS\Renderers\TabletFlyoutPageRenderer.cs (2)
160
PageController.
SendDisappearing
();
250
PageController?.
SendDisappearing
();