2 writes to defWindowProc
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
1592defWindowProc = userDefWindowProc; 1611defWindowProc = wcls.lpfnWndProc;
1 reference to defWindowProc
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
1492UnsafeNativeMethods.SetWindowLong(new HandleRef(null, hWnd), NativeMethods.GWL_WNDPROC, new HandleRef(this, defWindowProc));