3 writes to Owner
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
211
_contextPool[index].
Owner
= new WeakReference(ptsContext);
317
_contextPool[index].
Owner
= new WeakReference(null);
377
_contextPool[index].
Owner
= new WeakReference(null);
1 reference to Owner
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
313
PtsContext ptsContext = _contextPool[index].
Owner
.Target as PtsContext;