5 overrides of PageSize
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
125
public override Size
PageSize
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
125
public override Size
PageSize
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
506
public override Size
PageSize
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
127
public override Size
PageSize
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2553
public 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)
130
set { _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)
1112
Document.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)
129
get { return _originalPaginator.
PageSize
; }
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
236
pageSize = _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)
2557
return _documentPaginator.
PageSize
;