5 overrides of PageSize
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
125public override Size PageSize
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
125public override Size PageSize
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
506public override Size PageSize
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
127public override Size PageSize
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2553public override System.Windows.Size PageSize
6 writes to PageSize
PresentationFramework (5)
MS\Internal\Documents\PageCache.cs (1)
100_documentPaginator.PageSize = _defaultPageSize;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
130set { _originalPaginator.PageSize = value; }
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1072((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.PageSize;
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
259_documentPaginator.PageSize = newPageSize;
System\Windows\Controls\SinglePageViewer.cs (1)
1112Document.DocumentPaginator.PageSize = _printingState.PageSize;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2561_documentPaginator.PageSize = value;
7 references to PageSize
PresentationFramework (6)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
123/// <see cref="DocumentPaginator.PageSize"/>
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
123/// <see cref="DocumentPaginator.PageSize"/>
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
129get { return _originalPaginator.PageSize; }
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
236pageSize = _documentPaginator.PageSize;
System\Windows\Documents\DocumentSequence.cs (1)
449/// <see cref="System.Windows.Documents.DocumentPaginator.PageSize"/>
System\Windows\Documents\FixedDocument.cs (1)
528/// <see cref="System.Windows.Documents.DocumentPaginator.PageSize"/>
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2557return _documentPaginator.PageSize;