2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
TimePicker\TimePicker.cs (2)
103 get => (bool)GetValue(FontAutoScalingEnabledProperty); 104 set => SetValue(FontAutoScalingEnabledProperty, value);