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