1 write to _inputManager
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
154_inputManager = inputManager;
8 references to _inputManager
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (8)
155_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 156_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 157_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 204_inputManager.MostRecentInputDevice = stylusDevice.StylusDevice; 285_inputManager.ProcessInput(args); 310if (_inDragDrop != _inputManager.InDragDrop) 312_inDragDrop = _inputManager.InDragDrop; 1362_inputManager.ProcessInput(input);