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