2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1138_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background); 2860_throttleBackgroundTimer = null;
9 references to _throttleBackgroundTimer
PresentationFramework (9)
MS\Internal\Documents\TextBoxView.cs (9)
1133if (_throttleBackgroundTimer == null) 1139_throttleBackgroundTimer.Interval = new TimeSpan(0, 0, _throttleBackgroundSeconds); 1140_throttleBackgroundTimer.Tick += new EventHandler(OnThrottleBackgroundTimeout); 1145_throttleBackgroundTimer.Stop(); 1148_throttleBackgroundTimer.Start(); 2308if (_throttleBackgroundTimer == null) 2853if (_throttleBackgroundTimer == null) 2858_throttleBackgroundTimer.Stop(); 2859_throttleBackgroundTimer.Tick -= OnThrottleBackgroundTimeout;