2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1094_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background) 2818_throttleBackgroundTimer = null;
8 references to _throttleBackgroundTimer
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1089if (_throttleBackgroundTimer == null) 1098_throttleBackgroundTimer.Tick += new EventHandler(OnThrottleBackgroundTimeout); 1103_throttleBackgroundTimer.Stop(); 1106_throttleBackgroundTimer.Start(); 2266if (_throttleBackgroundTimer == null) 2811if (_throttleBackgroundTimer == null) 2816_throttleBackgroundTimer.Stop(); 2817_throttleBackgroundTimer.Tick -= OnThrottleBackgroundTimeout;