10 references to PageViews
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
209foreach (DocumentPageView dpv in documentViewerBase.PageViews)
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (1)
732pageViews = _viewer.PageViews;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
478foreach (DocumentPageView view in viewer.PageViews) 563if (viewer.PageViews.Count <= endPage - startPage)
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
1704foreach (DocumentPageView view in viewer.PageViews)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (5)
695ReadOnlyCollection<DocumentPageView> pageViews = PageViews; 837ReadOnlyCollection<DocumentPageView> pageViews = this.PageViews; 1018ReadOnlyCollection<DocumentPageView> pageViews = PageViews; 1100ReadOnlyCollection<DocumentPageView> pageViews = PageViews; 1139pageViews = this.PageViews;