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