2 writes to _pageSize
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
497
set {
_pageSize
= value; }
699
_pageSize
= new Size(8.5d * 96d, 11.0d * 96d);
1 reference to _pageSize
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
496
get { return
_pageSize
; }