6 references to WidthProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
46 e.PropertyName == VisualElement.WidthProperty.PropertyName ||
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
121 else if (e.IsOneOf(Shell.TitleViewProperty, VisualElement.HeightProperty, VisualElement.WidthProperty))
Shapes\Ellipse.cs (1)
23 propertyName == WidthProperty.PropertyName ||
VisualElement\VisualElement.cs (2)
871 get { return _mockWidth == -1 ? (double)GetValue(WidthProperty) : _mockWidth; } 2016 if (valueChanged && this.Batched && (property == HeightProperty.PropertyName || property == WidthProperty.PropertyName))
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
366 e.PropertyName == VisualElement.WidthProperty.PropertyName ||