2 writes to _ptsHost
PresentationFramework (2)
MS\Internal\PtsHost\PtsContext.cs (2)
54
_ptsHost
= PtsCache.AcquireContext(this, textFormattingMode);
161
_ptsHost
= null;
7 references to _ptsHost
PresentationFramework (7)
MS\Internal\PtsHost\PtsContext.cs (7)
86
PTS.Validate(PTS.FsDestroyPageBreakRecord(
_ptsHost
.Context, (IntPtr)_pageBreakRecords[index]));
104
PTS.Validate(PTS.FsDestroyPage(
_ptsHost
.Context, (IntPtr)_pages[index]));
262
_ptsHost
.EnterContext(this);
274
_ptsHost
.LeaveContext(this);
381
get { return
_ptsHost
.Context; }
491
PTS.Validate(PTS.FsDestroyPage(
_ptsHost
.Context, ptsPage));
525
PTS.Validate(PTS.FsDestroyPageBreakRecord(
_ptsHost
.Context, br));