5 writes to _isPrintableAreaWidthUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
42_isPrintableAreaWidthUpdated = false; 247_isPrintableAreaWidthUpdated = true; 269_isPrintableAreaWidthUpdated = false; 350_isPrintableAreaWidthUpdated = false; 379_isPrintableAreaWidthUpdated = false;
4 references to _isPrintableAreaWidthUpdated
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)))