5 writes to _isDevModeW
ReachFramework (5)
MS\Internal\Printing\Configuration\DevMode.cs (5)
28
this.
_isDevModeW
= true;
35
this.
_isDevModeW
= true;
65
this.
_isDevModeW
= !this._isDevModeW;
387
this.
_isDevModeW
= true;
402
result.
_isDevModeW
= this._isDevModeW;
8 references to _isDevModeW
ReachFramework (8)
MS\Internal\Printing\Configuration\DevMode.cs (8)
56
if (HasValidSize(this.
_isDevModeW
))
63
if (HasValidSize(!this.
_isDevModeW
))
65
this._isDevModeW = !this.
_isDevModeW
;
402
result._isDevModeW = this.
_isDevModeW
;
510
get { return CCHDEVICENAME * BytesPerCharCode(this.
_isDevModeW
); }
515
get { return CCHFORMNAME * BytesPerCharCode(this.
_isDevModeW
); }
591
if (
_isDevModeW
)
633
if (
_isDevModeW
)