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