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