4 references to CCHFORMNAME
ReachFramework (4)
MS\Internal\Printing\Configuration\DevMode.cs (4)
302get { return ReadChars(dmFormNameByteOffset, CCHFORMNAME); } 306WriteChars(dmFormNameByteOffset, CCHFORMNAME, value); 515get { return CCHFORMNAME * BytesPerCharCode(this._isDevModeW); } 698return (CCHDEVICENAME + CCHFORMNAME) * BytesPerCharCode(isDevModeW);