2 writes to _pageSize
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentPaginator.cs (2)
44
_pageSize
= _defaultPageSize;
534
_pageSize
= newPageSize;
3 references to _pageSize
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentPaginator.cs (3)
515
return
_pageSize
;
846
pageSize.Width =
_pageSize
.Width;
860
pageSize.Height =
_pageSize
.Height;