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