2 writes to _ptsHost
PresentationFramework (2)
MS\Internal\PtsHost\PtsContext.cs (2)
53
_ptsHost
= PtsCache.AcquireContext(this, textFormattingMode);
160
_ptsHost
= null;
7 references to _ptsHost
PresentationFramework (7)
MS\Internal\PtsHost\PtsContext.cs (7)
85
PTS.Validate(PTS.FsDestroyPageBreakRecord(
_ptsHost
.Context, (IntPtr)_pageBreakRecords[index]));
103
PTS.Validate(PTS.FsDestroyPage(
_ptsHost
.Context, (IntPtr)_pages[index]));
261
_ptsHost
.EnterContext(this);
273
_ptsHost
.LeaveContext(this);
380
get { return
_ptsHost
.Context; }
490
PTS.Validate(PTS.FsDestroyPage(
_ptsHost
.Context, ptsPage));
524
PTS.Validate(PTS.FsDestroyPageBreakRecord(
_ptsHost
.Context, br));