6 writes to _printableAreaHeight
PresentationFramework (6)
src\Framework\System\Windows\Controls\PrintDialog.cs (6)
422
_printableAreaHeight
= 0;
463
_printableAreaHeight
= 0;
593
_printableAreaHeight
= (double)printCap.OrientedPageMediaHeight;
600
_printableAreaHeight
= 1056;
609
_printableAreaHeight
= (double)printTicket.PageMediaSize.Height;
624
_printableAreaHeight
= t;
2 references to _printableAreaHeight
PresentationFramework (2)
src\Framework\System\Windows\Controls\PrintDialog.cs (2)
325
return
_printableAreaHeight
;
623
_printableAreaWidth =
_printableAreaHeight
;