6 writes to _printableAreaWidth
PresentationFramework (6)
src\Framework\System\Windows\Controls\PrintDialog.cs (6)
421
_printableAreaWidth
= 0;
462
_printableAreaWidth
= 0;
592
_printableAreaWidth
= (double)printCap.OrientedPageMediaWidth;
599
_printableAreaWidth
= 816;
608
_printableAreaWidth
= (double)printTicket.PageMediaSize.Width;
623
_printableAreaWidth
= _printableAreaHeight;
2 references to _printableAreaWidth
PresentationFramework (2)
src\Framework\System\Windows\Controls\PrintDialog.cs (2)
304
return
_printableAreaWidth
;
622
double t =
_printableAreaWidth
;