2 references to CommandParameterProperty
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
63 get { return GetValue(CommandParameterProperty); } 64 set { SetValue(CommandParameterProperty, value); }