8 references to NotifyInputEventHandler
PresentationCore (8)
Core\CSharp\System\Windows\Input\InputManager.cs (8)
240public event NotifyInputEventHandler PreNotifyInput 265public event NotifyInputEventHandler PostNotifyInput 943NotifyInputEventHandler handler = (NotifyInputEventHandler) handlers[i]; 1049NotifyInputEventHandler handler = (NotifyInputEventHandler) handlers[i]; 1158private event NotifyInputEventHandler _preNotifyInput; 1164private event NotifyInputEventHandler _postNotifyInput;