5 references to CommandParameterProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
98
if (e.PropertyName == BackButtonBehavior.
CommandParameterProperty
.PropertyName)
430
var commandParameter = behavior.GetPropertyIfSet<object>(BackButtonBehavior.
CommandParameterProperty
, null);
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
119
var commandParameter = behavior.GetPropertyIfSet<object>(BackButtonBehavior.
CommandParameterProperty
, null);
Shell\BackButtonBehavior.cs (2)
46
get { return GetValue(
CommandParameterProperty
); }
47
set { SetValue(
CommandParameterProperty
, value); }