5 overrides of PageSize
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
126public override Size PageSize
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
126public override Size PageSize
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
507public override Size PageSize
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
128public override Size PageSize
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2554public override System.Windows.Size PageSize
6 writes to PageSize
PresentationFramework (5)
MS\Internal\Documents\PageCache.cs (1)
101_documentPaginator.PageSize = _defaultPageSize;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
131set { _originalPaginator.PageSize = value; }
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1078((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.PageSize;
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
256_documentPaginator.PageSize = newPageSize;
System\Windows\Controls\SinglePageViewer.cs (1)
1111Document.DocumentPaginator.PageSize = _printingState.PageSize;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2562_documentPaginator.PageSize = value;
7 references to PageSize
PresentationFramework (6)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
124/// <see cref="DocumentPaginator.PageSize"/>
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
124/// <see cref="DocumentPaginator.PageSize"/>
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
130get { return _originalPaginator.PageSize; }
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
237pageSize = _documentPaginator.PageSize;
System\Windows\Documents\DocumentSequence.cs (1)
462/// <see cref="System.Windows.Documents.DocumentPaginator.PageSize"/>
System\Windows\Documents\FixedDocument.cs (1)
529/// <see cref="System.Windows.Documents.DocumentPaginator.PageSize"/>
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2558return _documentPaginator.PageSize;