1 instantiation of ENLINK
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3573NativeMethods.ENLINK es = new NativeMethods.ENLINK();
5 references to ENLINK
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (5)
3329NativeMethods.ENLINK enlink; 3336enlink = (NativeMethods.ENLINK)m.GetLParam(typeof(NativeMethods.ENLINK)); 3572private static unsafe NativeMethods.ENLINK ConvertFromENLINK64(NativeMethods.ENLINK64 es64) { 3573NativeMethods.ENLINK es = new NativeMethods.ENLINK();