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