1 write to _inputManager
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
27
_inputManager
= inputManager;
2 references to _inputManager
PresentationCore (2)
System\Windows\Input\Command\CommandDevice.cs (2)
28
_inputManager
.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
29
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);