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);
310
if (_inDragDrop !=
_inputManager
.InDragDrop)
312
_inDragDrop =
_inputManager
.InDragDrop;
1362
_inputManager
.ProcessInput(input);