5 writes to _isPrintableAreaWidthUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
41_isPrintableAreaWidthUpdated = false; 246_isPrintableAreaWidthUpdated = true; 268_isPrintableAreaWidthUpdated = false; 350_isPrintableAreaWidthUpdated = false; 379_isPrintableAreaWidthUpdated = false;
4 references to _isPrintableAreaWidthUpdated
PresentationFramework (4)
System\Windows\Controls\PrintDialog.cs (4)
243if( ((!_isPrintableAreaWidthUpdated) && (!_isPrintableAreaHeightUpdated)) || 244((_isPrintableAreaWidthUpdated) && (!_isPrintableAreaHeightUpdated))) 265if( ((!_isPrintableAreaWidthUpdated) && (!_isPrintableAreaHeightUpdated)) || 266((!_isPrintableAreaWidthUpdated) && (_isPrintableAreaHeightUpdated)))