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