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)
515return _pageSize; 846pageSize.Width = _pageSize.Width; 860pageSize.Height = _pageSize.Height;