6 writes to msg
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (6)
1745msg = msg, 1809msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1832UnsafeNativeMethods.TranslateMessage(ref msgdata.msg); 1842msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1860msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 1864msgdata.handled = ((IKeyboardInputSink)this).OnMnemonic(ref msgdata.msg, modifierKeys);
6 references to msg
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (6)
1765msg = msgdata.msg; 1791switch ((WindowMessage)msgdata.msg.message) 1869_keyboard.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message, 1870msgdata.msg.wParam, msgdata.msg.lParam, ref msgdata.handled);