1 write to Timer
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
520_mouseSelectionState.Timer = new DispatcherTimer(DispatcherPriority.Normal);
6 references to Timer
PresentationFramework (6)
System\windows\Documents\TextEditor.cs (6)
521_mouseSelectionState.Timer.Tick += new EventHandler(HandleMouseSelectionTick); 524_mouseSelectionState.Timer.Interval = TimeSpan.FromMilliseconds(Math.Max(SystemParameters.MenuShowDelay, 200)); 525_mouseSelectionState.Timer.Start(); 528HandleMouseSelectionTick(_mouseSelectionState.Timer, EventArgs.Empty); 540_mouseSelectionState.Timer.Stop(); 541_mouseSelectionState.Timer.Tick -= new EventHandler(HandleMouseSelectionTick);