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