1 write to _inputManager
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
29
_inputManager
= inputManager;
14 references to _inputManager
PresentationCore (14)
System\Windows\Input\MouseDevice.cs (14)
30
_inputManager
.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
31
_inputManager
.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput);
32
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
55
_inputManager
.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
414
IEnumerator inputProviders =
_inputManager
.UnsecureInputProviders.GetEnumerator();
911
_inputManager
.ProcessInput(inputReportEventArgs);
940
_inputManager
.ProcessInput(queryCursor);
1131
_inputManager
.ProcessInput(lostCapture);
1141
_inputManager
.ProcessInput(gotCapture);
1333
_inputManager
.ProcessInput(clickThrough);
1351
_inputManager
.ProcessInput(clickThrough);
1722
_inputManager
.MostRecentInputDevice = this;
1758
_inputManager
.MostRecentInputDevice = this;
1766
_inputManager
.MostRecentInputDevice = this;