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