2 writes to DocumentPage
PresentationFramework (2)
MS\Internal\PtsHost\BreakRecordTable.cs (2)
272entry.DocumentPage = new WeakReference(page); 391_breakRecords[index].DocumentPage = null;
8 references to DocumentPage
PresentationFramework (8)
MS\Internal\PtsHost\BreakRecordTable.cs (8)
92pageRef = _breakRecords[pageNumber].DocumentPage; 291if (_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(); 386pageRef = _breakRecords[index].DocumentPage; 413pageRef = _breakRecords[index].DocumentPage;