6 references to MSG
System.Design (6)
System\Design\NativeMethods.cs (6)
381public static int DispatchMessage(ref MSG msg); 399public static bool PeekMessage(ref MSG msg, IntPtr hwnd, int msgMin, int msgMax, int remove); 409public static bool TranslateMessage(ref MSG msg); 456int TranslateAccelerator(ref MSG msg, ref Guid group, int nCmdID); 1324int TranslateAccelerator(ref MSG lpmsg); 1342int TranslateAccelerator(ref MSG lpmsg, short wID);