8 references to NotifyInputEventHandler
PresentationCore (8)
System\Windows\Input\InputManager.cs (8)
173
public event
NotifyInputEventHandler
PreNotifyInput
179
public event
NotifyInputEventHandler
PostNotifyInput
728
NotifyInputEventHandler
handler = (
NotifyInputEventHandler
) handlers[i];
828
NotifyInputEventHandler
handler = (
NotifyInputEventHandler
) handlers[i];
928
private Tuple<
NotifyInputEventHandler
, Delegate[]> _preNotifyInput;
929
private Tuple<
NotifyInputEventHandler
, Delegate[]> _postNotifyInput;