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