2 writes to DocumentPage
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BreakRecordTable.cs (2)
274
entry.
DocumentPage
= new WeakReference(page);
393
_breakRecords[index].
DocumentPage
= null;
8 references to DocumentPage
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\BreakRecordTable.cs (8)
94
pageRef = _breakRecords[pageNumber].
DocumentPage
;
293
if (_breakRecords[pageNumber].
DocumentPage
!= null &&
294
_breakRecords[pageNumber].
DocumentPage
.Target != null &&
295
_breakRecords[pageNumber].
DocumentPage
.Target != entry.
DocumentPage
.Target)
297
((FlowDocumentPage)_breakRecords[pageNumber].
DocumentPage
.Target).Dispose();
388
pageRef = _breakRecords[index].
DocumentPage
;
415
pageRef = _breakRecords[index].
DocumentPage
;