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