6 writes to msg
PresentationCore (6)
Core\CSharp\System\Windows\Interop\HwndSource.cs (6)
2000msgdata.msg = msg; 2073msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 2096UnsafeNativeMethods.TranslateMessage(ref msgdata.msg); 2106msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 2128msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 2132msgdata.handled = ((IKeyboardInputSink)this).OnMnemonic(ref msgdata.msg, modifierKeys);
6 references to msg
PresentationCore (6)
Core\CSharp\System\Windows\Interop\HwndSource.cs (6)
2019msg = msgdata.msg; 2055switch ((WindowMessage)msgdata.msg.message) 2142_keyboard.Value.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message, 2143msgdata.msg.wParam, msgdata.msg.lParam, ref msgdata.handled);