1 implementation of SendDisappearing
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
701 public void SendDisappearing()
6 references to SendDisappearing
Microsoft.Maui.Controls (2)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
175 PageController.SendDisappearing(); 284 PageController.SendDisappearing();
Microsoft.Maui.Controls.Compatibility (4)
Tizen\Platform.cs (2)
296 previousPage?.SendDisappearing(); 314 (page as IPageController)?.SendDisappearing();
Tizen\Renderers\NavigationPageRenderer.cs (1)
89 (_previousPage as IPageController)?.SendDisappearing();
Tizen\Renderers\VisualElementRenderer.cs (1)
264 (Element as IPageController)?.SendDisappearing();