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