6 references to ScaleXProperty
Microsoft.Maui.Controls (5)
VisualElement\VisualElement.cs (5)
217
bindable.ClearValue(
ScaleXProperty
);
245
bindable.SetValue(
ScaleXProperty
, scaleX);
253
bindable.SetValue(
ScaleXProperty
, scaleX);
863
get => (double)GetValue(
ScaleXProperty
);
864
set => SetValue(
ScaleXProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\VisualElementTracker.cs (1)
121
e.PropertyName == VisualElement.
ScaleXProperty
.PropertyName ||