2 writes to pfnCallback
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3055
es.
pfnCallback
= new NativeMethods.EditStreamCallback(this.EditStreamProc);
3159
es.
pfnCallback
= new NativeMethods.EditStreamCallback(this.EditStreamProc);
1 reference to pfnCallback
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3206
l = (long) Marshal.GetFunctionPointerForDelegate(es.
pfnCallback
);