2 writes to _ptsHost
PresentationFramework (2)
MS\Internal\PtsHost\PtsContext.cs (2)
57
_ptsHost
= PtsCache.AcquireContext(this, textFormattingMode);
164
_ptsHost
= null;
7 references to _ptsHost
PresentationFramework (7)
MS\Internal\PtsHost\PtsContext.cs (7)
89
PTS.Validate(PTS.FsDestroyPageBreakRecord(
_ptsHost
.Context, (IntPtr)_pageBreakRecords[index]));
107
PTS.Validate(PTS.FsDestroyPage(
_ptsHost
.Context, (IntPtr)_pages[index]));
265
_ptsHost
.EnterContext(this);
277
_ptsHost
.LeaveContext(this);
384
get { return
_ptsHost
.Context; }
494
PTS.Validate(PTS.FsDestroyPage(
_ptsHost
.Context, ptsPage));
528
PTS.Validate(PTS.FsDestroyPageBreakRecord(
_ptsHost
.Context, br));