2 writes to _pendingCurrentCellContainer
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
3035_pendingCurrentCellContainer = value; 3048_pendingCurrentCellContainer = null;
2 references to _pendingCurrentCellContainer
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
2938DataGridCell cell = dataGrid._pendingCurrentCellContainer; 3030((value == null) || (value != _pendingCurrentCellContainer)))