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)
85PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, (IntPtr)_pageBreakRecords[index])); 103PTS.Validate(PTS.FsDestroyPage(_ptsHost.Context, (IntPtr)_pages[index])); 261_ptsHost.EnterContext(this); 273_ptsHost.LeaveContext(this); 380get { return _ptsHost.Context; } 490PTS.Validate(PTS.FsDestroyPage(_ptsHost.Context, ptsPage)); 524PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, br));