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