1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
33
_inputManager
= new SecurityCriticalData<InputManager>(inputManager);
2 references to _inputManager
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (2)
34
_inputManager
.Value.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
35
_inputManager
.Value.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);