2 writes to _pageSize
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentPaginator.cs (2)
40
_pageSize
= _defaultPageSize;
530
_pageSize
= newPageSize;
3 references to _pageSize
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentPaginator.cs (3)
511
return
_pageSize
;
842
pageSize.Width =
_pageSize
.Width;
856
pageSize.Height =
_pageSize
.Height;