2 writes to _pageSize
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentPaginator.cs (2)
39
_pageSize
= _defaultPageSize;
529
_pageSize
= newPageSize;
3 references to _pageSize
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentPaginator.cs (3)
510
return
_pageSize
;
841
pageSize.Width =
_pageSize
.Width;
855
pageSize.Height =
_pageSize
.Height;