1 instantiation of PtsCache
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (1)
72ptsCache = new PtsCache(ptsContext.Dispatcher);
18 references to PtsCache
PresentationFramework (18)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (13)
69PtsCache ptsCache = ptsContext.Dispatcher.PtsCache as PtsCache; 84PtsCache ptsCache = ptsContext.Dispatcher.PtsCache as PtsCache; 102PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 120PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 134PtsCache ptsCache = Dispatcher.CurrentDispatcher.PtsCache as PtsCache; 930public PtsCacheShutDownListener(PtsCache target) : base(target) 936PtsCache ptsCache = (PtsCache)target;
src\Framework\MS\Internal\PtsHost\PtsContext.cs (1)
64_ptsHost = PtsCache.AcquireContext(this, textFormattingMode);
src\Framework\MS\Internal\PtsHost\PtsHost.cs (3)
144if (!PtsCache.IsDisposed()) 1164PtsCache.GetFloaterHandlerInfo(this, pObjectInfo); 1168PtsCache.GetTableObjHandlerInfo(this, pObjectInfo);
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
67PtsCache.ReleaseContext(_ptsContext);