5 references to DefWndProc
Microsoft.Win32.SystemEvents (5)
Microsoft\Win32\SystemEvents.cs (5)
417if (Interop.User32.IsWindow(handle) && DefWndProc != IntPtr.Zero) 426Interop.User32.SetWindowLongW(handle, Interop.User32.GWL_WNDPROC, DefWndProc); 427Interop.User32.SetClassLongW(handle, Interop.User32.GCL_WNDPROC, DefWndProc); 431Interop.User32.SetWindowLongPtrW(handle, Interop.User32.GWL_WNDPROC, DefWndProc); 432Interop.User32.SetClassLongPtrW(handle, Interop.User32.GCL_WNDPROC, DefWndProc);