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