2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1087_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background) 2799_throttleBackgroundTimer = null;
8 references to _throttleBackgroundTimer
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1082if (_throttleBackgroundTimer == null) 1091_throttleBackgroundTimer.Tick += new EventHandler(OnThrottleBackgroundTimeout); 1096_throttleBackgroundTimer.Stop(); 1099_throttleBackgroundTimer.Start(); 2259if (_throttleBackgroundTimer == null) 2792if (_throttleBackgroundTimer == null) 2797_throttleBackgroundTimer.Stop(); 2798_throttleBackgroundTimer.Tick -= OnThrottleBackgroundTimeout;