3 writes to CurrentToolTipTimer
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
480CurrentToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal) 611CurrentToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal) 718CurrentToolTipTimer = null;
6 references to CurrentToolTipTimer
PresentationFramework (6)
System\Windows\Controls\PopupControlService.cs (6)
484CurrentToolTipTimer.Tick += new EventHandler(OnShowDurationTimerExpired); 485CurrentToolTipTimer.Start(); 615CurrentToolTipTimer.Tick += new EventHandler(OnBetweenShowDelay); 616CurrentToolTipTimer.Start(); 715if (CurrentToolTipTimer != null) 717CurrentToolTipTimer.Stop();