1 write to _inputTimer
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
163_inputTimer = new DispatcherTimer(DispatcherPriority.Background);
4 references to _inputTimer
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
164_inputTimer.Tick += new EventHandler(ValidateInputDevices); 165_inputTimer.Interval = TimeSpan.FromMilliseconds(125); 475_inputTimer.IsEnabled = true; 495_inputTimer.IsEnabled = false;