2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
100 get => (bool)GetValue(FontAutoScalingEnabledProperty); 101 set => SetValue(FontAutoScalingEnabledProperty, value);