4 writes to _breakRecord
PresentationFramework (4)
MS\Internal\PtsHost\PtsPage.cs (4)
414
_breakRecord
= new PageBreakRecord(PtsContext, brOut, (breakRecord != null) ? breakRecord.PageNumber + 1 : 1);
473
_breakRecord
= new PageBreakRecord(PtsContext, brOut, (breakRecord != null) ? breakRecord.PageNumber + 1 : 1);
722
_breakRecord
= null;
742
_breakRecord
= null;
1 reference to _breakRecord
PresentationFramework (1)
MS\Internal\PtsHost\PtsPage.cs (1)
636
internal PageBreakRecord BreakRecord { get { return
_breakRecord
; } }