4 references to ScaleProperty
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
216
bindable.ClearValue(
ScaleProperty
);
853
get => (double)GetValue(
ScaleProperty
);
854
set => SetValue(
ScaleProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\VisualElementTracker.cs (1)
120
e.PropertyName == VisualElement.
ScaleProperty
.PropertyName ||