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