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