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