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