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); 419IEnumerator 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;