2 instantiations of EDITSTREAM
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3041NativeMethods.EDITSTREAM es = new NativeMethods.EDITSTREAM(); 3140NativeMethods.EDITSTREAM es = new NativeMethods.EDITSTREAM();
4 references to EDITSTREAM
System.Windows.Forms (4)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3041NativeMethods.EDITSTREAM es = new NativeMethods.EDITSTREAM(); 3140NativeMethods.EDITSTREAM es = new NativeMethods.EDITSTREAM(); 3184private unsafe NativeMethods.EDITSTREAM64 ConvertToEDITSTREAM64(NativeMethods.EDITSTREAM es) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
981public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.EDITSTREAM lParam);