4 writes to _breakRecord
PresentationFramework (4)
MS\Internal\PtsHost\PtsPage.cs (4)
421_breakRecord = new PageBreakRecord(PtsContext, brOut, (breakRecord != null) ? breakRecord.PageNumber + 1 : 1); 480_breakRecord = new PageBreakRecord(PtsContext, brOut, (breakRecord != null) ? breakRecord.PageNumber + 1 : 1); 729_breakRecord = null; 749_breakRecord = null;
1 reference to _breakRecord
PresentationFramework (1)
MS\Internal\PtsHost\PtsPage.cs (1)
643internal PageBreakRecord BreakRecord { get { return _breakRecord; } }