5 writes to _isDevModeW
ReachFramework (5)
MS\Internal\Printing\Configuration\DevMode.cs (5)
24
this.
_isDevModeW
= true;
31
this.
_isDevModeW
= true;
61
this.
_isDevModeW
= !this._isDevModeW;
383
this.
_isDevModeW
= true;
398
result.
_isDevModeW
= this._isDevModeW;
8 references to _isDevModeW
ReachFramework (8)
MS\Internal\Printing\Configuration\DevMode.cs (8)
52
if (HasValidSize(this.
_isDevModeW
))
59
if (HasValidSize(!this.
_isDevModeW
))
61
this._isDevModeW = !this.
_isDevModeW
;
398
result._isDevModeW = this.
_isDevModeW
;
506
get { return CCHDEVICENAME * BytesPerCharCode(this.
_isDevModeW
); }
511
get { return CCHFORMNAME * BytesPerCharCode(this.
_isDevModeW
); }
587
if (
_isDevModeW
)
629
if (
_isDevModeW
)