1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
46_inputManager = new SecurityCriticalData<InputManager>(inputManager);
14 references to _inputManager
PresentationCore (14)
Core\CSharp\System\Windows\Input\MouseDevice.cs (14)
47_inputManager.Value.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 48_inputManager.Value.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 49_inputManager.Value.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 72_inputManager.Value.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync); 489IEnumerator inputProviders = _inputManager.Value.UnsecureInputProviders.GetEnumerator(); 1008_inputManager.Value.ProcessInput(inputReportEventArgs); 1040_inputManager.Value.ProcessInput(queryCursor); 1243_inputManager.Value.ProcessInput(lostCapture); 1251_inputManager.Value.ProcessInput(gotCapture); 1454_inputManager.Value.ProcessInput(clickThrough); 1470_inputManager.Value.ProcessInput(clickThrough); 1820_inputManager.Value.MostRecentInputDevice = this; 1856_inputManager.Value.MostRecentInputDevice = this; 1864_inputManager.Value.MostRecentInputDevice = this;