2 writes to _pendingCurrentCellContainer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
3006_pendingCurrentCellContainer = value; 3019_pendingCurrentCellContainer = null;
2 references to _pendingCurrentCellContainer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
2912DataGridCell cell = dataGrid._pendingCurrentCellContainer; 3001((value == null) || (value != _pendingCurrentCellContainer)))