2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
213 get => (bool)GetValue(FontAutoScalingEnabledProperty); 214 set => SetValue(FontAutoScalingEnabledProperty, value);