3 writes to InUse
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
212
_contextPool[index].
InUse
= true;
320
_contextPool[index].
InUse
= false;
383
_contextPool[index].
InUse
= false;
3 references to InUse
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
188
if (!_contextPool[index].
InUse
&&
326
if (!_contextPool[index].
InUse
)
404
if (!_contextPool[index].
InUse
)