3 references to BytesPerCharCode
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (3)
510get { return CCHDEVICENAME * BytesPerCharCode(this._isDevModeW); } 515get { return CCHFORMNAME * BytesPerCharCode(this._isDevModeW); } 698return (CCHDEVICENAME + CCHFORMNAME) * BytesPerCharCode(isDevModeW);