4 references to DefWndProc
System (4)
compmod\microsoft\win32\SystemEvents.cs (4)
449if (wndclassi.lpfnWndProc == DefWndProc) { 518if (UnsafeNativeMethods.IsWindow(href) && DefWndProc != IntPtr.Zero) { 519UnsafeNativeMethods.SetWindowLong(href, NativeMethods.GWL_WNDPROC, new HandleRef(this, DefWndProc)); 523UnsafeNativeMethods.SetClassLong(href, NativeMethods.GCL_WNDPROC, DefWndProc);