2 instantiations of MSG
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
2068
UnsafeNativeMethods.MSG msg = new UnsafeNativeMethods.
MSG
();
MS\Internal\Automation\QueueProcessor.cs (1)
130
UnsafeNativeMethods.MSG msg = new UnsafeNativeMethods.
MSG
();
7 references to MSG
UIAutomationClient (7)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
2068
UnsafeNativeMethods.
MSG
msg = new UnsafeNativeMethods.MSG();
MS\Internal\Automation\Misc.cs (1)
406
internal static int GetMessage(ref UnsafeNativeMethods.
MSG
msg, NativeMethods.HWND hwnd, int nMsgFilterMin, int nMsgFilterMax)
MS\Internal\Automation\QueueProcessor.cs (1)
130
UnsafeNativeMethods.
MSG
msg = new UnsafeNativeMethods.MSG();
MS\Win32\UnsafeNativeMethods.cs (4)
234
ref
MSG
msg, NativeMethods.HWND hwnd, int nMsgFilterMin, int nMsgFilterMax);
238
ref
MSG
msg, NativeMethods.HWND hwnd, int nMsgFilterMin, int nMsgFilterMax, int wRemoveMsg);
242
ref
MSG
msg);
246
ref
MSG
msg);