2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
FontImageSource.cs (2)
64
get => (bool)GetValue(
FontAutoScalingEnabledProperty
);
65
set => SetValue(
FontAutoScalingEnabledProperty
, value);