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