3 writes to InUse
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (3)
240
_contextPool[index].
InUse
= true;
372
_contextPool[index].
InUse
= false;
445
_contextPool[index].
InUse
= false;
3 references to InUse
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (3)
216
if (!_contextPool[index].
InUse
&&
378
if (!_contextPool[index].
InUse
)
466
if (!_contextPool[index].
InUse
)