1 write to _pageHeight
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
571
set { _pageWidth = value.Width;
_pageHeight
= value.Height; }
3 references to _pageHeight
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
570
get { return new Size(_pageWidth,
_pageHeight
); }
751
fp.Height =
_pageHeight
;
799
return new Size(_pageWidth,
_pageHeight
);