2 writes to _busyCount
PresentationCore (2)
System\Windows\FreezableCollection.cs (2)
1099
++
_busyCount
;
1104
--
_busyCount
;
1 reference to _busyCount
PresentationCore (1)
System\Windows\FreezableCollection.cs (1)
1108
public bool Busy { get { return
_busyCount
> 0; } }