6 writes to msg
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (6)
1738msgdata.msg = msg; 1801msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1824UnsafeNativeMethods.TranslateMessage(ref msgdata.msg); 1834msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1852msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 1856msgdata.handled = ((IKeyboardInputSink)this).OnMnemonic(ref msgdata.msg, modifierKeys);
6 references to msg
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (6)
1757msg = msgdata.msg; 1783switch ((WindowMessage)msgdata.msg.message) 1861_keyboard.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message, 1862msgdata.msg.wParam, msgdata.msg.lParam, ref msgdata.handled);