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