1 implementation of Content
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
669
public DynamicDocumentPaginator
Content
1 write to Content
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
2098
_documentScrollInfo.
Content
= (Document != null) ? Document.DocumentPaginator as DynamicDocumentPaginator : null;
1 reference to Content
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
2133
if (_documentScrollInfo.
Content
!= Document)