System.Windows.Forms.XplatUIX11.DispatchMessage C# (CSharp) Method

DispatchMessage() private method

private DispatchMessage ( System.Windows.Forms.MSG &msg ) : IntPtr
msg System.Windows.Forms.MSG
return System.IntPtr
		internal override IntPtr DispatchMessage(ref MSG msg) {
			return NativeWindow.WndProc(msg.hwnd, msg.message, msg.wParam, msg.lParam);
		}
XplatUIX11