3 references to CommandParameterProperty
Microsoft.Maui.Controls (3)
Shell\BackButtonBehavior.cs (2)
46 get { return GetValue(CommandParameterProperty); } 47 set { SetValue(CommandParameterProperty, value); }
Shell\Shell.cs (1)
1522 var commandParameter = backButtonBehavior.GetPropertyIfSet<object>(BackButtonBehavior.CommandParameterProperty, null);