8 references to ScaleXProperty
Microsoft.Maui.Controls (7)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
53 e.PropertyName == VisualElement.ScaleXProperty.PropertyName ||
RadioButton\RadioButton.cs (1)
454 border.SetBinding(ScaleXProperty, static (RadioButton rb) => rb.ScaleX, source: RelativeBindingSource.TemplatedParent);
VisualElement\VisualElement.cs (5)
213 bindable.ClearValue(ScaleXProperty); 241 bindable.SetValue(ScaleXProperty, scaleX); 249 bindable.SetValue(ScaleXProperty, scaleX); 826 get => (double)GetValue(ScaleXProperty); 827 set => SetValue(ScaleXProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
63 RegisterPropertyHandler(VisualElement.ScaleXProperty, UpdateTransformation);