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