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