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)
511return _pageSize; 842pageSize.Width = _pageSize.Width; 856pageSize.Height = _pageSize.Height;