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