6 writes to msg
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (6)
1761msgdata.msg = msg; 1824msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1847UnsafeNativeMethods.TranslateMessage(ref msgdata.msg); 1857msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1875msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 1879msgdata.handled = ((IKeyboardInputSink)this).OnMnemonic(ref msgdata.msg, modifierKeys);
6 references to msg
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (6)
1780msg = msgdata.msg; 1806switch ((WindowMessage)msgdata.msg.message) 1884_keyboard.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message, 1885msgdata.msg.wParam, msgdata.msg.lParam, ref msgdata.handled);