2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1136_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background) 2860_throttleBackgroundTimer = null;
8 references to _throttleBackgroundTimer
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1131if (_throttleBackgroundTimer == null) 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;