5 references to CommandProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
327
var command = behavior.GetPropertyIfSet<object>(BackButtonBehavior.
CommandProperty
, null);
429
var command = behavior.GetPropertyIfSet<ICommand>(BackButtonBehavior.
CommandProperty
, null);
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
118
var command = behavior.GetPropertyIfSet<ICommand>(BackButtonBehavior.
CommandProperty
, null);
Shell\BackButtonBehavior.cs (2)
39
get { return (ICommand)GetValue(
CommandProperty
); }
40
set { SetValue(
CommandProperty
, value); }