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