2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
184 get => (bool)GetValue(FontAutoScalingEnabledProperty); 185 set => SetValue(FontAutoScalingEnabledProperty, value);