9 writes to handled
PresentationCore (9)
System\Windows\InterOp\HwndSource.cs (9)
1739msgdata.handled = handled; 1801msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1827msgdata.handled = true; 1834msgdata.handled = CriticalTranslateAccelerator(ref msgdata.msg, modifierKeys); 1840msgdata.handled = true; 1852msgdata.handled = ((IKeyboardInputSink)this).TranslateChar(ref msgdata.msg, modifierKeys); 1856msgdata.handled = ((IKeyboardInputSink)this).OnMnemonic(ref msgdata.msg, modifierKeys); 1862msgdata.msg.wParam, msgdata.msg.lParam, ref msgdata.handled); 1877msgdata.handled = true;
7 references to handled
PresentationCore (7)
System\Windows\InterOp\HwndSource.cs (7)
1776return msgdata.handled; 1802if(!msgdata.handled) 1822if(!msgdata.handled) 1854if (!msgdata.handled) 1859if (!msgdata.handled) 1872if(!msgdata.handled) 1882return msgdata.handled;