3 references to MaxTextLengthInWin9x
System.Windows.Forms (3)
misc\GDI\UnsafeNativeMethods.cs (3)
392byteCount = Math.Min( byteCount, IntNativeMethods.MaxTextLengthInWin9x ); 431byteCount = Math.Min( byteCount, IntNativeMethods.MaxTextLengthInWin9x); 466byteCount = Math.Min( text.Length, IntNativeMethods.MaxTextLengthInWin9x);