5 references to WindowProperty
Microsoft.Maui.Controls (5)
Cells\Cell.cs (1)
82 OnPropertyChanged(VisualElement.WindowProperty.PropertyName);
Internals\PropertyPropagationExtensions.cs (2)
17 if (propertyName == null || propertyName == VisualElement.WindowProperty.PropertyName) 45 if (propertyName == null || propertyName == VisualElement.WindowProperty.PropertyName)
VisualElement\VisualElement.cs (2)
486 public Window Window => (Window)GetValue(WindowProperty); 491 get => (Window)GetValue(WindowProperty);