4 references to XProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
44
if (e.PropertyName == VisualElement.
XProperty
.PropertyName ||
Shapes\Ellipse.cs (1)
21
if (propertyName ==
XProperty
.PropertyName ||
VisualElement\VisualElement.cs (1)
894
get { return _mockX == -1 ? (double)GetValue(
XProperty
) : _mockX; }
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
364
if (e.PropertyName == VisualElement.
XProperty
.PropertyName ||