5 writes to _isDevModeW
ReachFramework (5)
MS\Internal\Printing\Configuration\DevMode.cs (5)
25
this.
_isDevModeW
= true;
32
this.
_isDevModeW
= true;
62
this.
_isDevModeW
= !this._isDevModeW;
384
this.
_isDevModeW
= true;
399
result.
_isDevModeW
= this._isDevModeW;
8 references to _isDevModeW
ReachFramework (8)
MS\Internal\Printing\Configuration\DevMode.cs (8)
53
if (HasValidSize(this.
_isDevModeW
))
60
if (HasValidSize(!this.
_isDevModeW
))
62
this._isDevModeW = !this.
_isDevModeW
;
399
result._isDevModeW = this.
_isDevModeW
;
507
get { return CCHDEVICENAME * BytesPerCharCode(this.
_isDevModeW
); }
512
get { return CCHFORMNAME * BytesPerCharCode(this.
_isDevModeW
); }
588
if (
_isDevModeW
)
630
if (
_isDevModeW
)