1 instantiation of EDITSTREAM64
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3185NativeMethods.EDITSTREAM64 es64 = new NativeMethods.EDITSTREAM64();
6 references to EDITSTREAM64
System.Windows.Forms (6)
winforms\Managed\System\WinForms\RichTextBox.cs (5)
3067NativeMethods.EDITSTREAM64 es64 = ConvertToEDITSTREAM64(es); 3164NativeMethods.EDITSTREAM64 es64 = ConvertToEDITSTREAM64(es); 3184private unsafe NativeMethods.EDITSTREAM64 ConvertToEDITSTREAM64(NativeMethods.EDITSTREAM es) { 3185NativeMethods.EDITSTREAM64 es64 = new NativeMethods.EDITSTREAM64(); 3217private unsafe int GetErrorValue64(NativeMethods.EDITSTREAM64 es64) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
984public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.EDITSTREAM64 lParam);