2 writes to _changeCount
PresentationFramework (2)
src\Framework\System\Windows\Controls\SelectedItemCollection.cs (2)
157++_changeCount; 163if (--_changeCount == 0)
1 reference to _changeCount
PresentationFramework (1)
src\Framework\System\Windows\Controls\SelectedItemCollection.cs (1)
153internal bool IsChanging { get { return (_changeCount > 0); } }