1 implementation of Window
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
486 public Window Window => (Window)GetValue(WindowProperty);
2 references to Window
Microsoft.Maui.Controls (2)
Platform\GestureManager\GestureManager.cs (2)
62 (_didHaveWindow && _view.Window == null)) 83 _didHaveWindow = _view.Window != null;