2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
DatePicker\DatePicker.cs (2)
126 get => (bool)GetValue(FontAutoScalingEnabledProperty); 127 set => SetValue(FontAutoScalingEnabledProperty, value);