2 writes to DocumentPage
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BreakRecordTable.cs (2)
274entry.DocumentPage = new WeakReference(page); 393_breakRecords[index].DocumentPage = null;
8 references to DocumentPage
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\BreakRecordTable.cs (8)
94pageRef = _breakRecords[pageNumber].DocumentPage; 293if (_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(); 388pageRef = _breakRecords[index].DocumentPage; 415pageRef = _breakRecords[index].DocumentPage;