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