2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
94_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background); 193_throttleBackgroundTimer = null;
7 references to _throttleBackgroundTimer
PresentationFramework (7)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (7)
89if (_throttleBackgroundTimer == null) 95_throttleBackgroundTimer.Interval = new TimeSpan(0, 0, (int)_throttleBackgroundSeconds); 96_throttleBackgroundTimer.Tick += new EventHandler(OnThrottleBackgroundTimeout); 101_throttleBackgroundTimer.Stop(); 104_throttleBackgroundTimer.Start(); 113if (_throttleBackgroundTimer == null) 192_throttleBackgroundTimer.Stop();