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