2 writes to _pageSize
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (2)
49_pageSize = _defaultPageSize; 551_pageSize = newPageSize;
3 references to _pageSize
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (3)
532return _pageSize; 863pageSize.Width = _pageSize.Width; 877pageSize.Height = _pageSize.Height;