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