5 references to AnchorYProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
49 e.PropertyName == VisualElement.AnchorYProperty.PropertyName ||
VisualElement\VisualElement.cs (2)
541 get { return (double)GetValue(AnchorYProperty); } 542 set { SetValue(AnchorYProperty, value); }
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
61 RegisterPropertyHandler(VisualElement.AnchorYProperty, UpdateTransformation); 378 e.PropertyName == VisualElement.AnchorYProperty.PropertyName)