7 references to RotationXProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
56 e.PropertyName == VisualElement.RotationXProperty.PropertyName ||
VisualElement\VisualElement.cs (4)
210 bindable.ClearValue(RotationXProperty); 254 bindable.SetValue(RotationXProperty, rotateX); 793 get { return (double)GetValue(RotationXProperty); } 794 set { SetValue(RotationXProperty, value); }
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
66 RegisterPropertyHandler(VisualElement.RotationXProperty, UpdateTransformation); 374 e.PropertyName == VisualElement.RotationXProperty.PropertyName ||