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