2 references to ItemsSourceProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
520
get { return (IEnumerable)GetValue(
ItemsSourceProperty
); }
521
set { SetValue(
ItemsSourceProperty
, value); }