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