1 write to _inputManager
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
28_inputManager = inputManager;
14 references to _inputManager
PresentationCore (14)
System\Windows\Input\MouseDevice.cs (14)
29_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 30_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 31_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 54_inputManager.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync); 413IEnumerator inputProviders = _inputManager.UnsecureInputProviders.GetEnumerator(); 910_inputManager.ProcessInput(inputReportEventArgs); 939_inputManager.ProcessInput(queryCursor); 1130_inputManager.ProcessInput(lostCapture); 1140_inputManager.ProcessInput(gotCapture); 1332_inputManager.ProcessInput(clickThrough); 1350_inputManager.ProcessInput(clickThrough); 1721_inputManager.MostRecentInputDevice = this; 1757_inputManager.MostRecentInputDevice = this; 1765_inputManager.MostRecentInputDevice = this;