8 references to NotifyInputEventHandler
PresentationCore (8)
System\Windows\Input\InputManager.cs (8)
185public event NotifyInputEventHandler PreNotifyInput 191public event NotifyInputEventHandler PostNotifyInput 745NotifyInputEventHandler handler = (NotifyInputEventHandler) handlers[i]; 845NotifyInputEventHandler handler = (NotifyInputEventHandler) handlers[i]; 943private Tuple<NotifyInputEventHandler, Delegate[]> _preNotifyInput; 944private Tuple<NotifyInputEventHandler, Delegate[]> _postNotifyInput;