2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
99
get => (bool)GetValue(
FontAutoScalingEnabledProperty
);
100
set => SetValue(
FontAutoScalingEnabledProperty
, value);