1 instantiation of PtsCache
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
67ptsCache = new PtsCache(ptsContext.Dispatcher);
18 references to PtsCache
PresentationFramework (18)
MS\Internal\PtsHost\PtsCache.cs (13)
64PtsCache ptsCache = ptsContext.Dispatcher.PtsCache as PtsCache; 79PtsCache ptsCache = ptsContext.Dispatcher.PtsCache as PtsCache; 91PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 103PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 117PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 803public PtsCacheShutDownListener(PtsCache target) : base(target) 809PtsCache ptsCache = (PtsCache)target;
MS\Internal\PtsHost\PtsContext.cs (1)
53_ptsHost = PtsCache.AcquireContext(this, textFormattingMode);
MS\Internal\PtsHost\PtsHost.cs (3)
118if (!PtsCache.IsDisposed()) 1094PtsCache.GetFloaterHandlerInfo(this, pObjectInfo); 1098PtsCache.GetTableObjHandlerInfo(this, pObjectInfo);
MS\Internal\PtsHost\StructuralCache.cs (1)
56PtsCache.ReleaseContext(_ptsContext);