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