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