1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
46
_inputManager
= new SecurityCriticalData<InputManager>(inputManager);
14 references to _inputManager
PresentationCore (14)
Core\CSharp\System\Windows\Input\MouseDevice.cs (14)
47
_inputManager
.Value.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
48
_inputManager
.Value.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput);
49
_inputManager
.Value.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
72
_inputManager
.Value.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
489
IEnumerator inputProviders =
_inputManager
.Value.UnsecureInputProviders.GetEnumerator();
1008
_inputManager
.Value.ProcessInput(inputReportEventArgs);
1040
_inputManager
.Value.ProcessInput(queryCursor);
1243
_inputManager
.Value.ProcessInput(lostCapture);
1251
_inputManager
.Value.ProcessInput(gotCapture);
1454
_inputManager
.Value.ProcessInput(clickThrough);
1470
_inputManager
.Value.ProcessInput(clickThrough);
1820
_inputManager
.Value.MostRecentInputDevice = this;
1856
_inputManager
.Value.MostRecentInputDevice = this;
1864
_inputManager
.Value.MostRecentInputDevice = this;