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