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)
295if( ((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == false)) || 296((_isPrintableAreaWidthUpdated == true) && (_isPrintableAreaHeightUpdated == false))) 317if( ((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == false)) || 318((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == true)))