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