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