1 write to _inputTimer
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
171_inputTimer = new DispatcherTimer(DispatcherPriority.Background);
4 references to _inputTimer
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
172_inputTimer.Tick += new EventHandler(ValidateInputDevices); 173_inputTimer.Interval = TimeSpan.FromMilliseconds(125); 483_inputTimer.IsEnabled = true; 503_inputTimer.IsEnabled = false;