2 references to OnCellPropertyChanged
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (2)
153
_cell.PropertyChanged -=
OnCellPropertyChanged
;
171
cell.PropertyChanged +=
OnCellPropertyChanged
;