5 writes to _isPrintableAreaWidthUpdated
PresentationFramework (5)
src\Framework\System\Windows\Controls\PrintDialog.cs (5)
67
_isPrintableAreaWidthUpdated
= false;
298
_isPrintableAreaWidthUpdated
= true;
320
_isPrintableAreaWidthUpdated
= false;
423
_isPrintableAreaWidthUpdated
= false;
464
_isPrintableAreaWidthUpdated
= false;
4 references to _isPrintableAreaWidthUpdated
PresentationFramework (4)
src\Framework\System\Windows\Controls\PrintDialog.cs (4)
295
if( ((
_isPrintableAreaWidthUpdated
== false) && (_isPrintableAreaHeightUpdated == false)) ||
296
((
_isPrintableAreaWidthUpdated
== true) && (_isPrintableAreaHeightUpdated == false)))
317
if( ((
_isPrintableAreaWidthUpdated
== false) && (_isPrintableAreaHeightUpdated == false)) ||
318
((
_isPrintableAreaWidthUpdated
== false) && (_isPrintableAreaHeightUpdated == true)))