4 instantiations of MSG
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
1844
_lastKeyboardMessage = new
MSG
();
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1660
System.Windows.Interop.MSG message = new System.Windows.Interop.
MSG
();
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
2313
MSG msg = new
MSG
();
2648
MSG msg = new
MSG
();
60 references to MSG
PresentationCore (15)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (4)
279
MSG
msg = new MSG(hwnd, (int)message, wParam, lParam, _msgTime, 0, 0);
307
MSG
msg = new MSG(hwnd, (int)message, wParam, lParam, _msgTime, 0, 0);
580
internal void ProcessKeyAction(ref
MSG
msg, ref bool handled)
583
MSG
previousMSG = ComponentDispatcher.UnsecureCurrentKeyboardMessage;
Core\CSharp\System\Windows\Interop\HwndSource.cs (11)
1966
public
MSG
msg;
1979
private void OnPreprocessMessageThunk(ref
MSG
msg, ref bool handled)
2238
protected virtual bool TranslateAcceleratorCore(ref
MSG
msg, ModifierKeys modifiers)
2251
bool IKeyboardInputSink.TranslateAccelerator(ref
MSG
msg, ModifierKeys modifiers)
2364
protected virtual bool OnMnemonicCore(ref
MSG
msg, ModifierKeys modifiers)
2448
bool IKeyboardInputSink.OnMnemonic(ref
MSG
msg, ModifierKeys modifiers)
2468
protected virtual bool TranslateCharCore(ref
MSG
msg, ModifierKeys modifiers)
2487
bool IKeyboardInputSink.TranslateChar(ref
MSG
msg, ModifierKeys modifiers)
2625
internal bool CriticalTranslateAccelerator(ref
MSG
msg, ModifierKeys modifiers)
3145
public void OnPreprocessMessage(ref
MSG
msg, ref bool handled)
3256
private
MSG
_lastKeyboardMessage;
PresentationFramework (17)
src\Framework\MS\Internal\Controls\ActiveXContainer.cs (1)
251
int UnsafeNativeMethods.IOleInPlaceFrame.TranslateAccelerator(ref
MSG
lpmsg, short wID)
src\Framework\MS\Internal\Controls\ActiveXSite.cs (1)
123
int UnsafeNativeMethods.IOleControlSite.TranslateAccelerator(ref
MSG
pMsg, int grfModifiers)
src\Framework\MS\Internal\Controls\WebBrowserSite.cs (2)
211
int UnsafeNativeMethods.IDocHostUIHandler.TranslateAccelerator(ref System.Windows.Interop.
MSG
msg, ref Guid group, int nCmdID)
262
int UnsafeNativeMethods.IOleControlSite.TranslateAccelerator(ref
MSG
msg, int grfModifiers)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
1305
protected override bool TranslateAcceleratorCore(ref
MSG
msg, ModifierKeys modifiers)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1660
System.Windows.Interop.
MSG
message = new System.Windows.Interop.MSG();
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (3)
320
private static void HostFilterInput(ref
MSG
msg, ref bool handled)
348
MSG
m = new MSG(hwnd, msg, wParam, lParam, SafeNativeMethods.GetMessageTime(), 0, 0);
420
private static extern int ForwardTranslateAccelerator(ref
MSG
pMsg, bool appUnhandled);
src\Framework\System\Windows\Interop\HwndHost.cs (8)
168
MSG
msg;
208
MSG
msg;
292
protected virtual bool TranslateAcceleratorCore(ref
MSG
msg, ModifierKeys modifiers)
303
bool IKeyboardInputSink.TranslateAccelerator(ref
MSG
msg, ModifierKeys modifiers)
351
protected virtual bool OnMnemonicCore(ref
MSG
msg, ModifierKeys modifiers)
362
bool IKeyboardInputSink.OnMnemonic(ref
MSG
msg, ModifierKeys modifiers)
383
protected virtual bool TranslateCharCore(ref
MSG
msg, ModifierKeys modifiers)
394
bool IKeyboardInputSink.TranslateChar(ref
MSG
msg, ModifierKeys modifiers)
WindowsBase (28)
Base\System\Windows\Interop\ComponentDispatcher.cs (4)
23
public delegate void ThreadMessageEventHandler(ref
MSG
msg, ref bool handled);
94
public static
MSG
CurrentKeyboardMessage
110
internal static
MSG
UnsecureCurrentKeyboardMessage
222
public static bool RaiseThreadMessage(ref
MSG
msg)
Base\System\Windows\Interop\ComponentDispatcherThread.cs (3)
39
public
MSG
CurrentKeyboardMessage
110
public bool RaiseThreadMessage(ref
MSG
msg)
311
private
MSG
_currentKeyboardMSG;
Base\System\Windows\Interop\IKeyboardInputSink.cs (3)
52
bool TranslateAccelerator(ref
MSG
msg, ModifierKeys modifiers);
98
bool OnMnemonic(ref
MSG
msg, ModifierKeys modifiers);
116
bool TranslateChar(ref
MSG
msg, ModifierKeys modifiers);
Base\System\Windows\Threading\Dispatcher.cs (4)
2313
MSG
msg = new MSG();
2365
private bool GetMessage(ref
MSG
msg, IntPtr hwnd, int minMessage, int maxMessage)
2471
private void TranslateAndDispatchMessage(ref
MSG
msg)
2648
MSG
msg = new MSG();
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (10)
511
public static extern bool TranslateMessage([In, Out] ref System.Windows.Interop.
MSG
msg);
520
public static extern IntPtr DispatchMessage([In] ref System.Windows.Interop.
MSG
msg);
1551
public static extern bool PeekMessage([In, Out] ref System.Windows.Interop.
MSG
msg, HandleRef hwnd, WindowMessage msgMin, WindowMessage msgMax, int remove);
1992
private static extern int IntGetMessageW([In, Out] ref System.Windows.Interop.
MSG
msg, HandleRef hWnd, int uMsgFilterMin, int uMsgFilterMax);
1997
public static bool GetMessageW([In, Out] ref System.Windows.Interop.
MSG
msg, HandleRef hWnd, int uMsgFilterMin, int uMsgFilterMax)
2257
ref System.Windows.Interop.
MSG
pMsg,
2500
ref System.Windows.Interop.
MSG
lpmsg,
2622
ref System.Windows.Interop.
MSG
lpmsg);
2994
ref System.Windows.Interop.
MSG
pMsg);
3771
ref System.Windows.Interop.
MSG
msg,
Shared\MS\Win32\UnsafeNativeMethodsTextServices.cs (4)
987
void PeekMessageA(ref System.Windows.Interop.
MSG
msg,
1004
void GetMessageA(ref System.Windows.Interop.
MSG
msg,
1021
void PeekMessageW(ref System.Windows.Interop.
MSG
msg,
1038
void GetMessageW(ref System.Windows.Interop.
MSG
msg,