5 overrides of PageSize
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
126
public override Size
PageSize
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
126
public override Size
PageSize
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
507
public override Size
PageSize
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
128
public override Size
PageSize
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2554
public 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)
131
set { _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)
1111
Document.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)
130
get { return _originalPaginator.
PageSize
; }
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
237
pageSize = _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)
2558
return _documentPaginator.
PageSize
;