5 references to RegisterInputProvider
PresentationCore (5)
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
16
_site = InputManager.Current.
RegisterInputProvider
(this);
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
18
_site = InputManager.Current.
RegisterInputProvider
(this);
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
21
_site = InputManager.Current.
RegisterInputProvider
(this);
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
68
_site = InputManager.Current.
RegisterInputProvider
(this);
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
36
_site = inputManager.
RegisterInputProvider
(this);