1 write to _inputManager
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
40_inputManager = inputManager;
14 references to _inputManager
PresentationCore (14)
System\Windows\Input\MouseDevice.cs (14)
41_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 42_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 43_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 66_inputManager.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync); 428IEnumerator inputProviders = _inputManager.UnsecureInputProviders.GetEnumerator(); 923_inputManager.ProcessInput(inputReportEventArgs); 950_inputManager.ProcessInput(queryCursor); 1139_inputManager.ProcessInput(lostCapture); 1147_inputManager.ProcessInput(gotCapture); 1331_inputManager.ProcessInput(clickThrough); 1347_inputManager.ProcessInput(clickThrough); 1719_inputManager.MostRecentInputDevice = this; 1755_inputManager.MostRecentInputDevice = this; 1763_inputManager.MostRecentInputDevice = this;