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);
294
if (_inDragDrop !=
_inputManager
.InDragDrop)
296
_inDragDrop =
_inputManager
.InDragDrop;
1347
_inputManager
.ProcessInput(input);