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