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