4 writes to _breakRecord
PresentationFramework (4)
MS\Internal\PtsHost\PtsPage.cs (4)
415_breakRecord = new PageBreakRecord(PtsContext, brOut, (breakRecord != null) ? breakRecord.PageNumber + 1 : 1); 474_breakRecord = new PageBreakRecord(PtsContext, brOut, (breakRecord != null) ? breakRecord.PageNumber + 1 : 1); 723_breakRecord = null; 743_breakRecord = null;
1 reference to _breakRecord
PresentationFramework (1)
MS\Internal\PtsHost\PtsPage.cs (1)
637internal PageBreakRecord BreakRecord { get { return _breakRecord; } }