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