3 writes to CurrentToolTipTimer
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
480CurrentToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal) 608CurrentToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal) 715CurrentToolTipTimer = null;
6 references to CurrentToolTipTimer
PresentationFramework (6)
System\Windows\Controls\PopupControlService.cs (6)
484CurrentToolTipTimer.Tick += new EventHandler(OnShowDurationTimerExpired); 485CurrentToolTipTimer.Start(); 612CurrentToolTipTimer.Tick += new EventHandler(OnBetweenShowDelay); 613CurrentToolTipTimer.Start(); 712if (CurrentToolTipTimer != null) 714CurrentToolTipTimer.Stop();