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