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