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