4 overrides of PageSize
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
134public override Size PageSize
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
134public override Size PageSize
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
528public override Size PageSize
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
143public override Size PageSize
5 writes to PageSize
PresentationFramework (5)
src\Framework\MS\Internal\Documents\PageCache.cs (1)
112_documentPaginator.PageSize = _defaultPageSize;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
146set { _originalPaginator.PageSize = value; }
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1089((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.PageSize;
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
262_documentPaginator.PageSize = newPageSize;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1121Document.DocumentPaginator.PageSize = _printingState.PageSize;
6 references to PageSize
PresentationFramework (6)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
132/// <see cref="DocumentPaginator.PageSize"/>
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
132/// <see cref="DocumentPaginator.PageSize"/>
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
145get { return _originalPaginator.PageSize; }
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
243pageSize = _documentPaginator.PageSize;
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
492/// <see cref="System.Windows.Documents.DocumentPaginator.PageSize"/>
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
566/// <see cref="System.Windows.Documents.DocumentPaginator.PageSize"/>