2 writes to DocumentPage
PresentationFramework (2)
MS\Internal\PtsHost\BreakRecordTable.cs (2)
270DocumentPage = new WeakReference(page), 390_breakRecords[index].DocumentPage = null;
8 references to DocumentPage
PresentationFramework (8)
MS\Internal\PtsHost\BreakRecordTable.cs (8)
89pageRef = _breakRecords[pageNumber].DocumentPage; 290if (_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(); 385pageRef = _breakRecords[index].DocumentPage; 412pageRef = _breakRecords[index].DocumentPage;