5 writes to _isPrintableAreaHeightUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
42
_isPrintableAreaHeightUpdated
= false;
247
_isPrintableAreaHeightUpdated
= false;
269
_isPrintableAreaHeightUpdated
= true;
351
_isPrintableAreaHeightUpdated
= false;
380
_isPrintableAreaHeightUpdated
= false;
4 references to _isPrintableAreaHeightUpdated
PresentationFramework (4)
System\Windows\Controls\PrintDialog.cs (4)
243
if( ((!_isPrintableAreaWidthUpdated) && (!
_isPrintableAreaHeightUpdated
)) ||
244
((_isPrintableAreaWidthUpdated) && (!
_isPrintableAreaHeightUpdated
)))
265
if( ((!_isPrintableAreaWidthUpdated) && (!
_isPrintableAreaHeightUpdated
)) ||
266
((!_isPrintableAreaWidthUpdated) && (
_isPrintableAreaHeightUpdated
)))