1 implementation of PageViews
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
929public ReadOnlyCollection<DocumentPageView> PageViews
2 references to PageViews
PresentationFramework (2)
System\Windows\Controls\DocumentViewer.cs (2)
1171if (_documentScrollInfo != null && _documentScrollInfo.PageViews != null) 1174pageViews = _documentScrollInfo.PageViews;