4 references to CCHDEVICENAME
ReachFramework (4)
MS\Internal\Printing\Configuration\DevMode.cs (4)
72get { return ReadChars(dmDeviceNameByteOffset, CCHDEVICENAME); } 73set { WriteChars(dmDeviceNameByteOffset, CCHDEVICENAME, value); } 507get { return CCHDEVICENAME * BytesPerCharCode(this._isDevModeW); } 695return (CCHDEVICENAME + CCHFORMNAME) * BytesPerCharCode(isDevModeW);