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