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