2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
93_throttleBackgroundTimer = new DispatcherTimer(DispatcherPriority.Background) 194_throttleBackgroundTimer = null;
6 references to _throttleBackgroundTimer
PresentationFramework (6)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (6)
88if (_throttleBackgroundTimer == null) 97_throttleBackgroundTimer.Tick += new EventHandler(OnThrottleBackgroundTimeout); 102_throttleBackgroundTimer.Stop(); 105_throttleBackgroundTimer.Start(); 114if (_throttleBackgroundTimer == null) 193_throttleBackgroundTimer.Stop();