1 write to _inputTimer
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
201_inputTimer = new DispatcherTimer(DispatcherPriority.Background);
4 references to _inputTimer
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (4)
202_inputTimer.Tick += new EventHandler(ValidateInputDevices); 203_inputTimer.Interval = TimeSpan.FromMilliseconds(125); 646_inputTimer.IsEnabled = true; 670_inputTimer.IsEnabled = false;