2 writes to _throttleBackgroundTimer
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
98_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background); 197_throttleBackgroundTimer = null;
7 references to _throttleBackgroundTimer
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (7)
93if (_throttleBackgroundTimer == null) 99_throttleBackgroundTimer.Interval = new TimeSpan(0, 0, (int)_throttleBackgroundSeconds); 100_throttleBackgroundTimer.Tick += new EventHandler(OnThrottleBackgroundTimeout); 105_throttleBackgroundTimer.Stop(); 108_throttleBackgroundTimer.Start(); 117if (_throttleBackgroundTimer == null) 196_throttleBackgroundTimer.Stop();