1 write to Timer
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
510Timer = new DispatcherTimer(DispatcherPriority.Normal)
6 references to Timer
PresentationFramework (6)
System\windows\Documents\TextEditor.cs (6)
512_mouseSelectionState.Timer.Tick += new EventHandler(HandleMouseSelectionTick); 515_mouseSelectionState.Timer.Interval = TimeSpan.FromMilliseconds(Math.Max(SystemParameters.MenuShowDelay, 200)); 516_mouseSelectionState.Timer.Start(); 519HandleMouseSelectionTick(_mouseSelectionState.Timer, EventArgs.Empty); 531_mouseSelectionState.Timer.Stop(); 532_mouseSelectionState.Timer.Tick -= new EventHandler(HandleMouseSelectionTick);