2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
319
get => (bool)GetValue(
FontAutoScalingEnabledProperty
);
320
set => SetValue(
FontAutoScalingEnabledProperty
, value);