2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
92_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background) 193_throttleBackgroundTimer = null;
6 references to _throttleBackgroundTimer
PresentationFramework (6)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (6)
87if (_throttleBackgroundTimer == null) 96_throttleBackgroundTimer.Tick += new EventHandler(OnThrottleBackgroundTimeout); 101_throttleBackgroundTimer.Stop(); 104_throttleBackgroundTimer.Start(); 113if (_throttleBackgroundTimer == null) 192_throttleBackgroundTimer.Stop();