2 writes to _syncingIsSelected
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
694
_syncingIsSelected
= true;
701
_syncingIsSelected
= originalValue;
2 references to _syncingIsSelected
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
671
if (!cell.
_syncingIsSelected
)
693
bool originalValue =
_syncingIsSelected
;