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;