2 writes to _pageBreakRecords
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\PtsContext.cs (2)
57
_pageBreakRecords
= new ArrayList(1);
110
_pageBreakRecords
= null;
8 references to _pageBreakRecords
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\PtsContext.cs (8)
101
for (index = 0; index <
_pageBreakRecords
.Count; index++)
103
Invariant.Assert(((IntPtr)
_pageBreakRecords
[index]) != IntPtr.Zero, "Invalid break record object");
104
PTS.Validate(PTS.FsDestroyPageBreakRecord(_ptsHost.Context, (IntPtr)
_pageBreakRecords
[index]));
356
Invariant.Assert(!
_pageBreakRecords
.Contains(br.Value), "Break record already exists.");
358
_pageBreakRecords
.Add(br.Value);
566
Invariant.Assert(
_pageBreakRecords
!= null, "Collection of break records does not exist.");
567
Invariant.Assert(
_pageBreakRecords
.Contains(br.Value), "Break record does not exist.");
579
_pageBreakRecords
.Remove(br.Value);