1 write to _inputManager
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
136_inputManager = inputManager;
8 references to _inputManager
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (8)
137_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 138_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 139_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 186_inputManager.MostRecentInputDevice = stylusDevice.StylusDevice; 269_inputManager.ProcessInput(args); 294if (_inDragDrop != _inputManager.InDragDrop) 296_inDragDrop = _inputManager.InDragDrop; 1347_inputManager.ProcessInput(input);