1 instantiation of GETTEXTLENGTHEX
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1505
NativeMethods.GETTEXTLENGTHEX gtl = new NativeMethods.
GETTEXTLENGTHEX
();
2 references to GETTEXTLENGTHEX
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1505
NativeMethods.
GETTEXTLENGTHEX
gtl = new NativeMethods.GETTEXTLENGTHEX();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
987
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethods.
GETTEXTLENGTHEX
wParam, int lParam);