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)
658if (!cell._syncingIsSelected) 677bool originalValue = _syncingIsSelected;