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)
86PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, (IntPtr)_pageBreakRecords[index])); 104PTS.Validate(PTS.FsDestroyPage(_ptsHost.Context, (IntPtr)_pages[index])); 262_ptsHost.EnterContext(this); 274_ptsHost.LeaveContext(this); 381get { return _ptsHost.Context; } 491PTS.Validate(PTS.FsDestroyPage(_ptsHost.Context, ptsPage)); 525PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, br));