3 references to CommandProperty
Microsoft.Maui.Controls (3)
Shell\BackButtonBehavior.cs (2)
39
get { return (ICommand)GetValue(
CommandProperty
); }
40
set { SetValue(
CommandProperty
, value); }
Shell\Shell.cs (1)
1521
var command = backButtonBehavior.GetPropertyIfSet<ICommand>(BackButtonBehavior.
CommandProperty
, null);