3 references to Callback
System.Windows.Forms (3)
System\Windows\Forms\NativeWindow.cs (2)
306_windowProc = new WNDPROC(Callback); 520m.ResultInternal = PreviousWindow.Callback(m.HWND, m.MsgInternal, m.WParamInternal, m.LParamInternal);
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
52return _targetWindow.Callback(hwnd, msg, wparam, lparam);