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