1 instantiation of PtsCache
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
71ptsCache = new PtsCache(ptsContext.Dispatcher);
18 references to PtsCache
PresentationFramework (18)
MS\Internal\PtsHost\PtsCache.cs (13)
68PtsCache ptsCache = ptsContext.Dispatcher.PtsCache as PtsCache; 83PtsCache ptsCache = ptsContext.Dispatcher.PtsCache as PtsCache; 95PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 107PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 121PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 811public PtsCacheShutDownListener(PtsCache target) : base(target) 817PtsCache ptsCache = (PtsCache)target;
MS\Internal\PtsHost\PtsContext.cs (1)
57_ptsHost = PtsCache.AcquireContext(this, textFormattingMode);
MS\Internal\PtsHost\PtsHost.cs (3)
133if (!PtsCache.IsDisposed()) 1109PtsCache.GetFloaterHandlerInfo(this, pObjectInfo); 1113PtsCache.GetTableObjHandlerInfo(this, pObjectInfo);
MS\Internal\PtsHost\StructuralCache.cs (1)
63PtsCache.ReleaseContext(_ptsContext);