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