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)
643
internal PageBreakRecord BreakRecord { get { return
_breakRecord
; } }