5 writes to _isPrintableAreaHeightUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
53_isPrintableAreaHeightUpdated = false; 258_isPrintableAreaHeightUpdated = false; 280_isPrintableAreaHeightUpdated = true; 361_isPrintableAreaHeightUpdated = false; 390_isPrintableAreaHeightUpdated = false;
4 references to _isPrintableAreaHeightUpdated
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)))