2 writes to windowProc
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
619windowProc = new NativeMethods.WndProc(this.DebuggableCallback); 623windowProc = new NativeMethods.WndProc(this.Callback);
2 references to windowProc
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
628UnsafeNativeMethods.SetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC, windowProc); 1402UnsafeNativeMethods.SetWindowLong(href, NativeMethods.GWL_WNDPROC, previousWindow.windowProc);