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