3 writes to Owner
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
212
_contextPool[index].
Owner
= new WeakReference(ptsContext);
318
_contextPool[index].
Owner
= new WeakReference(null);
378
_contextPool[index].
Owner
= new WeakReference(null);
1 reference to Owner
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
314
PtsContext ptsContext = _contextPool[index].
Owner
.Target as PtsContext;