6 references to DefaultWindowProc
System.Windows.Forms (6)
System\Windows\Forms\NativeWindow.cs (5)
614Debug.Assert(DefaultWindowProc != IntPtr.Zero, "We have active windows but no user window proc?"); 622PInvoke.SetWindowLong(handle, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, DefaultWindowProc); 623PInvoke.SetClassLong(handle, GET_CLASS_LONG_INDEX.GCL_WNDPROC, DefaultWindowProc); 871PInvoke.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, DefaultWindowProc); 897PInvoke.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, DefaultWindowProc);
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
133_defaultWindProc = DefaultWindowProc;