2 writes to _ptsHost
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\PtsContext.cs (2)
64_ptsHost = PtsCache.AcquireContext(this, textFormattingMode); 179_ptsHost = null;
7 references to _ptsHost
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\PtsContext.cs (7)
104PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, (IntPtr)_pageBreakRecords[index])); 122PTS.Validate(PTS.FsDestroyPage(_ptsHost.Context, (IntPtr)_pages[index])); 280_ptsHost.EnterContext(this); 292_ptsHost.LeaveContext(this); 410get { return _ptsHost.Context; } 530PTS.Validate(PTS.FsDestroyPage(_ptsHost.Context, ptsPage.Value)); 574PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, br.Value));