2 writes to _newValue
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\Windows\CellControl.cs (2)
104 _newValue = null; 278 _newValue = args.NewValue;
2 references to _newValue
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\Windows\CellControl.cs (2)
101 if (_newValue != null) 103 SetCell(_newValue);