3 references to FontSizeProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
93
get { return (double)GetValue(
FontSizeProperty
); }
94
set { SetValue(
FontSizeProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
153
e.PropertyName == Picker.
FontSizeProperty
.PropertyName)