2 writes to _syncingIsSelected
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
681
_syncingIsSelected
= true;
688
_syncingIsSelected
= originalValue;
2 references to _syncingIsSelected
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
661
if (!cell.
_syncingIsSelected
)
680
bool originalValue =
_syncingIsSelected
;