2 references to GetPropertyIfSet
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1523 var command = backButtonBehavior.GetPropertyIfSet<ICommand>(BackButtonBehavior.CommandProperty, null); 1524 var commandParameter = backButtonBehavior.GetPropertyIfSet<object>(BackButtonBehavior.CommandParameterProperty, null);