2 writes to DocumentPage
PresentationFramework (2)
MS\Internal\PtsHost\BreakRecordTable.cs (2)
271
DocumentPage
= new WeakReference(page),
391
_breakRecords[index].
DocumentPage
= null;
8 references to DocumentPage
PresentationFramework (8)
MS\Internal\PtsHost\BreakRecordTable.cs (8)
90
pageRef = _breakRecords[pageNumber].
DocumentPage
;
291
if (_breakRecords[pageNumber].
DocumentPage
!= null &&
292
_breakRecords[pageNumber].
DocumentPage
.Target != null &&
293
_breakRecords[pageNumber].
DocumentPage
.Target != entry.
DocumentPage
.Target)
295
((FlowDocumentPage)_breakRecords[pageNumber].
DocumentPage
.Target).Dispose();
386
pageRef = _breakRecords[index].
DocumentPage
;
413
pageRef = _breakRecords[index].
DocumentPage
;