3 writes to Owner
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
213
_contextPool[index].
Owner
= new WeakReference(ptsContext);
319
_contextPool[index].
Owner
= new WeakReference(null);
382
_contextPool[index].
Owner
= new WeakReference(null);
1 reference to Owner
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
315
PtsContext ptsContext = _contextPool[index].
Owner
.Target as PtsContext;