3 references to ScaleProperty
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
216 bindable.ClearValue(ScaleProperty); 820 get => (double)GetValue(ScaleProperty); 821 set => SetValue(ScaleProperty, value);