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