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