3 writes to InUse
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
211
_contextPool[index].
InUse
= true;
319
_contextPool[index].
InUse
= false;
379
_contextPool[index].
InUse
= false;
3 references to InUse
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
185
if (!_contextPool[index].
InUse
&&
325
if (!_contextPool[index].
InUse
)
400
if (!_contextPool[index].
InUse
)