2 references to CommandProperty
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
56 get { return (ICommand)GetValue(CommandProperty); } 57 set { SetValue(CommandProperty, value); }