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