1 write to _inputManager
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
31
_inputManager
= inputManager;
14 references to _inputManager
PresentationCore (14)
System\Windows\Input\MouseDevice.cs (14)
32
_inputManager
.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
33
_inputManager
.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput);
34
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
57
_inputManager
.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
419
IEnumerator inputProviders =
_inputManager
.UnsecureInputProviders.GetEnumerator();
914
_inputManager
.ProcessInput(inputReportEventArgs);
941
_inputManager
.ProcessInput(queryCursor);
1130
_inputManager
.ProcessInput(lostCapture);
1138
_inputManager
.ProcessInput(gotCapture);
1322
_inputManager
.ProcessInput(clickThrough);
1338
_inputManager
.ProcessInput(clickThrough);
1710
_inputManager
.MostRecentInputDevice = this;
1746
_inputManager
.MostRecentInputDevice = this;
1754
_inputManager
.MostRecentInputDevice = this;