1 write to _inputManager
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
137_inputManager = inputManager;
8 references to _inputManager
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (8)
138_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 139_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 140_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 187_inputManager.MostRecentInputDevice = stylusDevice.StylusDevice; 268_inputManager.ProcessInput(args); 293if (_inDragDrop != _inputManager.InDragDrop) 295_inDragDrop = _inputManager.InDragDrop; 1345_inputManager.ProcessInput(input);