2 writes to _pendingCurrentCellContainer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
2994_pendingCurrentCellContainer = value; 3007_pendingCurrentCellContainer = null;
2 references to _pendingCurrentCellContainer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
2900DataGridCell cell = dataGrid._pendingCurrentCellContainer; 2989((value == null) || (value != _pendingCurrentCellContainer)))