2 writes to _syncingIsSelected
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
678
_syncingIsSelected
= true;
685
_syncingIsSelected
= originalValue;
2 references to _syncingIsSelected
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
658
if (!cell.
_syncingIsSelected
)
677
bool originalValue =
_syncingIsSelected
;