3 references to WindowProperty
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (2)
301 public Window Window => (Window)GetValue(WindowProperty); 305 get => (Window)GetValue(WindowProperty);
Shell\ShellContent.cs (1)
266 if (propertyName == WindowProperty.PropertyName)