2 writes to _ptsHost
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\PtsContext.cs (2)
64
_ptsHost
= PtsCache.AcquireContext(this, textFormattingMode);
179
_ptsHost
= null;
7 references to _ptsHost
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\PtsContext.cs (7)
104
PTS.Validate(PTS.FsDestroyPageBreakRecord(
_ptsHost
.Context, (IntPtr)_pageBreakRecords[index]));
122
PTS.Validate(PTS.FsDestroyPage(
_ptsHost
.Context, (IntPtr)_pages[index]));
280
_ptsHost
.EnterContext(this);
292
_ptsHost
.LeaveContext(this);
410
get { return
_ptsHost
.Context; }
530
PTS.Validate(PTS.FsDestroyPage(
_ptsHost
.Context, ptsPage.Value));
574
PTS.Validate(PTS.FsDestroyPageBreakRecord(
_ptsHost
.Context, br.Value));