1 instantiation of PtsCache
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
68ptsCache = new PtsCache(ptsContext.Dispatcher);
18 references to PtsCache
PresentationFramework (18)
MS\Internal\PtsHost\PtsCache.cs (13)
65PtsCache ptsCache = ptsContext.Dispatcher.PtsCache as PtsCache; 80PtsCache ptsCache = ptsContext.Dispatcher.PtsCache as PtsCache; 92PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 104PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 118PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 804public PtsCacheShutDownListener(PtsCache target) : base(target) 810PtsCache ptsCache = (PtsCache)target;
MS\Internal\PtsHost\PtsContext.cs (1)
54_ptsHost = PtsCache.AcquireContext(this, textFormattingMode);
MS\Internal\PtsHost\PtsHost.cs (3)
119if (!PtsCache.IsDisposed()) 1095PtsCache.GetFloaterHandlerInfo(this, pObjectInfo); 1099PtsCache.GetTableObjHandlerInfo(this, pObjectInfo);
MS\Internal\PtsHost\StructuralCache.cs (1)
57PtsCache.ReleaseContext(_ptsContext);