2 writes to _changeCount
PresentationFramework (2)
System\Windows\Controls\SelectedItemCollection.cs (2)
150++_changeCount; 156if (--_changeCount == 0)
1 reference to _changeCount
PresentationFramework (1)
System\Windows\Controls\SelectedItemCollection.cs (1)
146internal bool IsChanging { get { return (_changeCount > 0); } }