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