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)
243if( ((!_isPrintableAreaWidthUpdated) && (!_isPrintableAreaHeightUpdated)) || 244((_isPrintableAreaWidthUpdated) && (!_isPrintableAreaHeightUpdated))) 265if( ((!_isPrintableAreaWidthUpdated) && (!_isPrintableAreaHeightUpdated)) || 266((!_isPrintableAreaWidthUpdated) && (_isPrintableAreaHeightUpdated)))