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