2 writes to _syncingIsSelected
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
696_syncingIsSelected = true; 703_syncingIsSelected = originalValue;
2 references to _syncingIsSelected
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
673if (!cell._syncingIsSelected) 695bool originalValue = _syncingIsSelected;