2 writes to _pendingCurrentCellContainer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
3030_pendingCurrentCellContainer = value; 3043_pendingCurrentCellContainer = null;
2 references to _pendingCurrentCellContainer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
2933DataGridCell cell = dataGrid._pendingCurrentCellContainer; 3025((value == null) || (value != _pendingCurrentCellContainer)))