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