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);
293
if (_inDragDrop !=
_inputManager
.InDragDrop)
295
_inDragDrop =
_inputManager
.InDragDrop;
1345
_inputManager
.ProcessInput(input);