5 references to AnchorXProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
48 e.PropertyName == VisualElement.AnchorXProperty.PropertyName ||
VisualElement\VisualElement.cs (2)
531 get { return (double)GetValue(AnchorXProperty); } 532 set { SetValue(AnchorXProperty, value); }
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
60 RegisterPropertyHandler(VisualElement.AnchorXProperty, UpdateTransformation); 377 e.PropertyName == VisualElement.AnchorXProperty.PropertyName ||