8 references to NotifyInputEventHandler
PresentationCore (8)
System\Windows\Input\InputManager.cs (8)
182
public event
NotifyInputEventHandler
PreNotifyInput
188
public event
NotifyInputEventHandler
PostNotifyInput
740
NotifyInputEventHandler
handler = (
NotifyInputEventHandler
) handlers[i];
840
NotifyInputEventHandler
handler = (
NotifyInputEventHandler
) handlers[i];
938
private Tuple<
NotifyInputEventHandler
, Delegate[]> _preNotifyInput;
939
private Tuple<
NotifyInputEventHandler
, Delegate[]> _postNotifyInput;