2 instantiations of TEXTRANGE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2127
NativeMethods.TEXTRANGE txrg = new NativeMethods.
TEXTRANGE
(); // Characters we have slurped into memory in order to search
3366
NativeMethods.TEXTRANGE txrg = new NativeMethods.
TEXTRANGE
();
3 references to TEXTRANGE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2127
NativeMethods.
TEXTRANGE
txrg = new NativeMethods.TEXTRANGE(); // Characters we have slurped into memory in order to search
3366
NativeMethods.
TEXTRANGE
txrg = new NativeMethods.TEXTRANGE();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
969
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.
TEXTRANGE
lParam);