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