2 writes to _busyCount
PresentationCore (2)
Core\CSharp\System\Windows\FreezableCollection.cs (2)
1149
++
_busyCount
;
1154
--
_busyCount
;
1 reference to _busyCount
PresentationCore (1)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
1158
public bool Busy { get { return
_busyCount
> 0; } }