1 write to _inputManager
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
28
_inputManager
= inputManager;
14 references to _inputManager
PresentationCore (14)
System\Windows\Input\MouseDevice.cs (14)
29
_inputManager
.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
30
_inputManager
.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput);
31
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
54
_inputManager
.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
413
IEnumerator inputProviders =
_inputManager
.UnsecureInputProviders.GetEnumerator();
910
_inputManager
.ProcessInput(inputReportEventArgs);
939
_inputManager
.ProcessInput(queryCursor);
1130
_inputManager
.ProcessInput(lostCapture);
1140
_inputManager
.ProcessInput(gotCapture);
1332
_inputManager
.ProcessInput(clickThrough);
1350
_inputManager
.ProcessInput(clickThrough);
1721
_inputManager
.MostRecentInputDevice = this;
1757
_inputManager
.MostRecentInputDevice = this;
1765
_inputManager
.MostRecentInputDevice = this;