1 write to _inputManager
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
40
_inputManager
= inputManager;
14 references to _inputManager
PresentationCore (14)
System\Windows\Input\MouseDevice.cs (14)
41
_inputManager
.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
42
_inputManager
.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput);
43
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
66
_inputManager
.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
428
IEnumerator inputProviders =
_inputManager
.UnsecureInputProviders.GetEnumerator();
923
_inputManager
.ProcessInput(inputReportEventArgs);
950
_inputManager
.ProcessInput(queryCursor);
1139
_inputManager
.ProcessInput(lostCapture);
1147
_inputManager
.ProcessInput(gotCapture);
1331
_inputManager
.ProcessInput(clickThrough);
1347
_inputManager
.ProcessInput(clickThrough);
1719
_inputManager
.MostRecentInputDevice = this;
1755
_inputManager
.MostRecentInputDevice = this;
1763
_inputManager
.MostRecentInputDevice = this;