1 implementation of Content
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
669public 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)
2133if (_documentScrollInfo.Content != Document)