2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
Span.cs (2)
129 get => (bool)GetValue(FontAutoScalingEnabledProperty); 130 set => SetValue(FontAutoScalingEnabledProperty, value);