3 writes to InUse
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
210
_contextPool[index].
InUse
= true;
318
_contextPool[index].
InUse
= false;
378
_contextPool[index].
InUse
= false;
3 references to InUse
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
184
if (!_contextPool[index].
InUse
&&
324
if (!_contextPool[index].
InUse
)
399
if (!_contextPool[index].
InUse
)