3 references to DefWindowProc
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
507m.ResultInternal = PInvokeCore.DefWindowProc(m.HWND, (uint)m.Msg, m.WParamInternal, m.LParamInternal);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
399=> m.ResultInternal = PInvokeCore.DefWindowProc(m.HWND, (uint)m.MsgInternal, m.WParamInternal, m.LParamInternal);
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
230return PInvokeCore.DefWindowProc(hWnd, msg, wParam, lParam);