2 references to CommandProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
491 get { return (ICommand)GetValue(CommandProperty); } 492 set { SetValue(CommandProperty, value); }