1 write to _inputTimer
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
174_inputTimer = new DispatcherTimer(DispatcherPriority.Background);
4 references to _inputTimer
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
175_inputTimer.Tick += new EventHandler(ValidateInputDevices); 176_inputTimer.Interval = TimeSpan.FromMilliseconds(125); 488_inputTimer.IsEnabled = true; 508_inputTimer.IsEnabled = false;