5 writes to _isPrintableAreaHeightUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
43_isPrintableAreaHeightUpdated = false; 248_isPrintableAreaHeightUpdated = false; 270_isPrintableAreaHeightUpdated = true; 351_isPrintableAreaHeightUpdated = false; 380_isPrintableAreaHeightUpdated = false;
4 references to _isPrintableAreaHeightUpdated
PresentationFramework (4)
System\Windows\Controls\PrintDialog.cs (4)
244if( ((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == false)) || 245((_isPrintableAreaWidthUpdated == true) && (_isPrintableAreaHeightUpdated == false))) 266if( ((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == false)) || 267((_isPrintableAreaWidthUpdated == false) && (_isPrintableAreaHeightUpdated == true)))