2 implementations of TranslateChar
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2487bool IKeyboardInputSink.TranslateChar(ref MSG msg, ModifierKeys modifiers)
PresentationFramework (1)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
394bool IKeyboardInputSink.TranslateChar(ref MSG msg, ModifierKeys modifiers)
2 references to TranslateChar
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
2128msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 2477return focusSink.TranslateChar(ref msg, modifiers);