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