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