2 references to CellProperty
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\Windows\CellControl.cs (2)
80
get { return (Cell)GetValue(
CellProperty
); }
81
set { SetValue(
CellProperty
, value); }