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