6 writes to msg
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (6)
1766msgdata.msg = msg; 1829msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1852UnsafeNativeMethods.TranslateMessage(ref msgdata.msg); 1862msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1880msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 1884msgdata.handled = ((IKeyboardInputSink)this).OnMnemonic(ref msgdata.msg, modifierKeys);
6 references to msg
PresentationCore (6)
System\Windows\InterOp\HwndSource.cs (6)
1785msg = msgdata.msg; 1811switch ((WindowMessage)msgdata.msg.message) 1889_keyboard.Value.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message, 1890msgdata.msg.wParam, msgdata.msg.lParam, ref msgdata.handled);