1 write to Timer
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
500Timer = new DispatcherTimer(DispatcherPriority.Normal)
6 references to Timer
PresentationFramework (6)
System\windows\Documents\TextEditor.cs (6)
502_mouseSelectionState.Timer.Tick += new EventHandler(HandleMouseSelectionTick); 505_mouseSelectionState.Timer.Interval = TimeSpan.FromMilliseconds(Math.Max(SystemParameters.MenuShowDelay, 200)); 506_mouseSelectionState.Timer.Start(); 509HandleMouseSelectionTick(_mouseSelectionState.Timer, EventArgs.Empty); 521_mouseSelectionState.Timer.Stop(); 522_mouseSelectionState.Timer.Tick -= new EventHandler(HandleMouseSelectionTick);