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)
216if (!_contextPool[index].InUse && 378if (!_contextPool[index].InUse) 466if (!_contextPool[index].InUse)