3 references to HeightProperty
Microsoft.Maui.Controls (3)
Shapes\Ellipse.cs (1)
24 propertyName == HeightProperty.PropertyName)
VisualElement\VisualElement.cs (2)
595 get { return _mockHeight == -1 ? (double)GetValue(HeightProperty) : _mockHeight; } 2005 if (valueChanged && this.Batched && (property == HeightProperty.PropertyName || property == WidthProperty.PropertyName))