5 writes to _isPrintableAreaHeightUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
43
_isPrintableAreaHeightUpdated
= false;
248
_isPrintableAreaHeightUpdated
= false;
270
_isPrintableAreaHeightUpdated
= true;
351
_isPrintableAreaHeightUpdated
= false;
380
_isPrintableAreaHeightUpdated
= false;
4 references to _isPrintableAreaHeightUpdated
PresentationFramework (4)
System\Windows\Controls\PrintDialog.cs (4)
244
if( ((_isPrintableAreaWidthUpdated == false) && (
_isPrintableAreaHeightUpdated
== false)) ||
245
((_isPrintableAreaWidthUpdated == true) && (
_isPrintableAreaHeightUpdated
== false)))
266
if( ((_isPrintableAreaWidthUpdated == false) && (
_isPrintableAreaHeightUpdated
== false)) ||
267
((_isPrintableAreaWidthUpdated == false) && (
_isPrintableAreaHeightUpdated
== true)))