1 implementation of WindowChanged
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
2253 event EventHandler? IControlsVisualElement.WindowChanged
3 references to WindowChanged
Microsoft.Maui.Controls (3)
FlyoutPage\FlyoutPage.cs (1)
310 (this as IControlsVisualElement).WindowChanged += OnWindowChanged;
NavigationPage\NavigationPage.cs (1)
440 (this as IControlsVisualElement).WindowChanged += OnWindowChanged;
Platform\GestureManager\GestureManager.cs (1)
29 view.WindowChanged += OnWindowChanged;