9 writes to handled
PresentationCore (9)
System\Windows\InterOp\HwndSource.cs (9)
1762msgdata.handled = handled; 1824msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1850msgdata.handled = true; 1857msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1863msgdata.handled = true; 1875msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 1879msgdata.handled = ((IKeyboardInputSink)this).OnMnemonic(ref msgdata.msg, modifierKeys); 1885msgdata.msg.wParam, msgdata.msg.lParam, ref msgdata.handled); 1900msgdata.handled = true;
7 references to handled
PresentationCore (7)
System\Windows\InterOp\HwndSource.cs (7)
1799return msgdata.handled; 1825if(!msgdata.handled) 1845if(!msgdata.handled) 1877if (!msgdata.handled) 1882if (!msgdata.handled) 1895if(!msgdata.handled) 1905return msgdata.handled;