2 implementations of TranslateAccelerator
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2251bool IKeyboardInputSink.TranslateAccelerator(ref MSG msg, ModifierKeys modifiers)
PresentationFramework (1)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
303bool IKeyboardInputSink.TranslateAccelerator(ref MSG msg, ModifierKeys modifiers)
2 references to TranslateAccelerator
PresentationFramework (2)
src\Framework\System\Windows\Interop\HwndHost.cs (2)
180bool handled = ((IKeyboardInputSink)this).TranslateAccelerator(ref msg, modifiers); 221bool handled = ((IKeyboardInputSink)this).TranslateAccelerator(ref msg, modifiers);