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);