9 writes to handled
PresentationCore (9)
System\Windows\InterOp\HwndSource.cs (9)
1767msgdata.handled = handled; 1829msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1855msgdata.handled = true; 1862msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1868msgdata.handled = true; 1880msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 1884msgdata.handled = ((IKeyboardInputSink)this).OnMnemonic(ref msgdata.msg, modifierKeys); 1890msgdata.msg.wParam, msgdata.msg.lParam, ref msgdata.handled); 1905msgdata.handled = true;
7 references to handled
PresentationCore (7)
System\Windows\InterOp\HwndSource.cs (7)
1804return msgdata.handled; 1830if(!msgdata.handled) 1850if(!msgdata.handled) 1882if (!msgdata.handled) 1887if (!msgdata.handled) 1900if(!msgdata.handled) 1910return msgdata.handled;