2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
222
get => (bool)GetValue(
FontAutoScalingEnabledProperty
);
223
set => SetValue(
FontAutoScalingEnabledProperty
, value);