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)
510return _pageSize; 841pageSize.Width = _pageSize.Width; 855pageSize.Height = _pageSize.Height;