2 references to ItemsSourceProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
141
get { return (IList)GetValue(
ItemsSourceProperty
); }
142
set { SetValue(
ItemsSourceProperty
, value); }