1 write to _inputManager
PresentationCore (1)
System\Windows\Input\MouseDevice.cs (1)
41_inputManager = new SecurityCriticalData<InputManager>(inputManager);
14 references to _inputManager
PresentationCore (14)
System\Windows\Input\MouseDevice.cs (14)
42_inputManager.Value.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 43_inputManager.Value.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 44_inputManager.Value.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 67_inputManager.Value.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync); 451IEnumerator inputProviders = _inputManager.Value.UnsecureInputProviders.GetEnumerator(); 946_inputManager.Value.ProcessInput(inputReportEventArgs); 973_inputManager.Value.ProcessInput(queryCursor); 1162_inputManager.Value.ProcessInput(lostCapture); 1170_inputManager.Value.ProcessInput(gotCapture); 1354_inputManager.Value.ProcessInput(clickThrough); 1370_inputManager.Value.ProcessInput(clickThrough); 1742_inputManager.Value.MostRecentInputDevice = this; 1778_inputManager.Value.MostRecentInputDevice = this; 1786_inputManager.Value.MostRecentInputDevice = this;