3 references to TitleProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
178 get { return (string)GetValue(TitleProperty); } 179 set { SetValue(TitleProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
140 if (e.PropertyName == Picker.TitleProperty.PropertyName || e.PropertyName == Picker.TitleColorProperty.PropertyName)