1 write to _pageHeight
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
545
set { _pageWidth = value.Width;
_pageHeight
= value.Height; }
3 references to _pageHeight
PresentationFramework (3)
System\Windows\Documents\FixedDocument.cs (3)
544
get { return new Size(_pageWidth,
_pageHeight
); }
724
fp.Height =
_pageHeight
;
772
return new Size(_pageWidth,
_pageHeight
);