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