2 writes to DocumentPage
PresentationFramework (2)
MS\Internal\PtsHost\BreakRecordTable.cs (2)
270
DocumentPage
= new WeakReference(page),
390
_breakRecords[index].
DocumentPage
= null;
8 references to DocumentPage
PresentationFramework (8)
MS\Internal\PtsHost\BreakRecordTable.cs (8)
89
pageRef = _breakRecords[pageNumber].
DocumentPage
;
290
if (_breakRecords[pageNumber].
DocumentPage
!= null &&
291
_breakRecords[pageNumber].
DocumentPage
.Target != null &&
292
_breakRecords[pageNumber].
DocumentPage
.Target != entry.
DocumentPage
.Target)
294
((FlowDocumentPage)_breakRecords[pageNumber].
DocumentPage
.Target).Dispose();
385
pageRef = _breakRecords[index].
DocumentPage
;
412
pageRef = _breakRecords[index].
DocumentPage
;