2 instantiations of MSG
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
1597
NativeMethods.MSG msg = new NativeMethods.
MSG
();
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
103
NativeMethods.MSG msg = new NativeMethods.
MSG
();
8 references to MSG
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (3)
166
internal static IntPtr DispatchMessage(ref NativeMethods.
MSG
msg)
491
internal static bool GetMessage(ref NativeMethods.
MSG
msg, IntPtr hwnd, int msgFilterMin, int msgFilterMax)
1597
NativeMethods.
MSG
msg = new NativeMethods.MSG();
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
103
NativeMethods.
MSG
msg = new NativeMethods.MSG();
MS\Win32\UnsafeNativeMethods.cs (4)
172
internal static extern IntPtr DispatchMessage([In] ref NativeMethods.
MSG
msg);
174
internal static extern int GetMessage([In, Out] ref NativeMethods.
MSG
msg, IntPtr hWnd, int uMsgFilterMin, int uMsgFilterMax);
176
internal static extern bool PeekMessage([In, Out] ref NativeMethods.
MSG
msg, IntPtr hwnd, int uMsgFilterMin, int uMsgFilterMax, int wRemoveMsg);
190
internal static extern bool TranslateMessage([In, Out] ref NativeMethods.
MSG
msg);