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