8 references to NotifyInputEventHandler
PresentationCore (8)
System\Windows\Input\InputManager.cs (8)
174
public event
NotifyInputEventHandler
PreNotifyInput
180
public event
NotifyInputEventHandler
PostNotifyInput
732
NotifyInputEventHandler
handler = (
NotifyInputEventHandler
) handlers[i];
832
NotifyInputEventHandler
handler = (
NotifyInputEventHandler
) handlers[i];
930
private Tuple<
NotifyInputEventHandler
, Delegate[]> _preNotifyInput;
931
private Tuple<
NotifyInputEventHandler
, Delegate[]> _postNotifyInput;