5 writes to _isPrintableAreaWidthUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
52_isPrintableAreaWidthUpdated = false; 257_isPrintableAreaWidthUpdated = true; 279_isPrintableAreaWidthUpdated = false; 360_isPrintableAreaWidthUpdated = false; 389_isPrintableAreaWidthUpdated = false;
4 references to _isPrintableAreaWidthUpdated
PresentationFramework (4)
System\Windows\Controls\PrintDialog.cs (4)
254if( ((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == false)) || 255((_isPrintableAreaWidthUpdated == true) && (_isPrintableAreaHeightUpdated == false))) 276if( ((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == false)) || 277((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == true)))