2 writes to _updatingSelectedCells
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
5284
_updatingSelectedCells
= true;
5292
_updatingSelectedCells
= false;
1 reference to _updatingSelectedCells
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
5299
get { return
_updatingSelectedCells
; }