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)
89PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, (IntPtr)_pageBreakRecords[index])); 107PTS.Validate(PTS.FsDestroyPage(_ptsHost.Context, (IntPtr)_pages[index])); 265_ptsHost.EnterContext(this); 277_ptsHost.LeaveContext(this); 384get { return _ptsHost.Context; } 494PTS.Validate(PTS.FsDestroyPage(_ptsHost.Context, ptsPage)); 528PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, br));