4 writes to _breakRecord
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (4)
453
_breakRecord
= new PageBreakRecord(PtsContext, new SecurityCriticalDataForSet<IntPtr>(brOut), (breakRecord != null) ? breakRecord.PageNumber + 1 : 1);
521
_breakRecord
= new PageBreakRecord(PtsContext, new SecurityCriticalDataForSet<IntPtr>(brOut), (breakRecord != null) ? breakRecord.PageNumber + 1 : 1);
796
_breakRecord
= null;
816
_breakRecord
= null;
1 reference to _breakRecord
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
705
internal PageBreakRecord BreakRecord { get { return
_breakRecord
; } }