3 writes to CurrentToolTipTimer
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
481CurrentToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal) 612CurrentToolTipTimer = new DispatcherTimer(DispatcherPriority.Normal) 719CurrentToolTipTimer = null;
6 references to CurrentToolTipTimer
PresentationFramework (6)
System\Windows\Controls\PopupControlService.cs (6)
485CurrentToolTipTimer.Tick += new EventHandler(OnShowDurationTimerExpired); 486CurrentToolTipTimer.Start(); 616CurrentToolTipTimer.Tick += new EventHandler(OnBetweenShowDelay); 617CurrentToolTipTimer.Start(); 716if (CurrentToolTipTimer != null) 718CurrentToolTipTimer.Stop();