2 implementations of OnMnemonic
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2448
bool IKeyboardInputSink.
OnMnemonic
(ref MSG msg, ModifierKeys modifiers)
PresentationFramework (1)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
362
bool IKeyboardInputSink.
OnMnemonic
(ref MSG msg, ModifierKeys modifiers)
3 references to OnMnemonic
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSource.cs (3)
2132
msgdata.handled = ((IKeyboardInputSink)this).
OnMnemonic
(ref msgdata.msg, modifierKeys);
2403
return ((IKeyboardInputSink)mnemonicScope).
OnMnemonic
(ref msg, modifiers);
2436
if (((IKeyboardInputSite)childSite).Sink.
OnMnemonic
(ref msg, modifiers))