2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
TimePicker\TimePicker.cs (2)
101
get => (bool)GetValue(
FontAutoScalingEnabledProperty
);
102
set => SetValue(
FontAutoScalingEnabledProperty
, value);