1 instantiation of PtsCache
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (1)
72
ptsCache = new
PtsCache
(ptsContext.Dispatcher);
18 references to PtsCache
PresentationFramework (18)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (13)
69
PtsCache
ptsCache = ptsContext.Dispatcher.PtsCache as
PtsCache
;
84
PtsCache
ptsCache = ptsContext.Dispatcher.PtsCache as
PtsCache
;
102
PtsCache
ptsCache = Dispatcher.CurrentDispatcher.PtsCache as
PtsCache
;
120
PtsCache
ptsCache = Dispatcher.CurrentDispatcher.PtsCache as
PtsCache
;
134
PtsCache
ptsCache = Dispatcher.CurrentDispatcher.PtsCache as
PtsCache
;
930
public PtsCacheShutDownListener(
PtsCache
target) : base(target)
936
PtsCache
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)
144
if (!
PtsCache
.IsDisposed())
1164
PtsCache
.GetFloaterHandlerInfo(this, pObjectInfo);
1168
PtsCache
.GetTableObjHandlerInfo(this, pObjectInfo);
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
67
PtsCache
.ReleaseContext(_ptsContext);