2 writes to _throttleBackgroundTimer
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1142_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background); 2833_throttleBackgroundTimer = null;
7 references to _throttleBackgroundTimer
PresentationFramework (7)
src\Framework\MS\Internal\Documents\TextBoxView.cs (7)
1137if (_throttleBackgroundTimer == null) 1143_throttleBackgroundTimer.Interval = new TimeSpan(0, 0, _throttleBackgroundSeconds); 1144_throttleBackgroundTimer.Tick += new EventHandler(OnThrottleBackgroundTimeout); 1149_throttleBackgroundTimer.Stop(); 1152_throttleBackgroundTimer.Start(); 2304if (_throttleBackgroundTimer == null) 2832_throttleBackgroundTimer.Stop();