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