2 writes to _pendingCurrentCellContainer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
3027
_pendingCurrentCellContainer
= value;
3040
_pendingCurrentCellContainer
= null;
2 references to _pendingCurrentCellContainer
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
2930
DataGridCell cell = dataGrid.
_pendingCurrentCellContainer
;
3022
((value == null) || (value !=
_pendingCurrentCellContainer
)))