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