5 writes to _isPrintableAreaWidthUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
42
_isPrintableAreaWidthUpdated
= false;
247
_isPrintableAreaWidthUpdated
= true;
269
_isPrintableAreaWidthUpdated
= false;
350
_isPrintableAreaWidthUpdated
= false;
379
_isPrintableAreaWidthUpdated
= false;
4 references to _isPrintableAreaWidthUpdated
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)))