5 writes to _isPrintableAreaWidthUpdated
PresentationFramework (5)
System\Windows\Controls\PrintDialog.cs (5)
41
_isPrintableAreaWidthUpdated
= false;
246
_isPrintableAreaWidthUpdated
= true;
268
_isPrintableAreaWidthUpdated
= false;
350
_isPrintableAreaWidthUpdated
= false;
379
_isPrintableAreaWidthUpdated
= false;
4 references to _isPrintableAreaWidthUpdated
PresentationFramework (4)
System\Windows\Controls\PrintDialog.cs (4)
243
if( ((!
_isPrintableAreaWidthUpdated
) && (!_isPrintableAreaHeightUpdated)) ||
244
((
_isPrintableAreaWidthUpdated
) && (!_isPrintableAreaHeightUpdated)))
265
if( ((!
_isPrintableAreaWidthUpdated
) && (!_isPrintableAreaHeightUpdated)) ||
266
((!
_isPrintableAreaWidthUpdated
) && (_isPrintableAreaHeightUpdated)))