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)
88
if (
_throttleBackgroundTimer
== null)
97
_throttleBackgroundTimer
.Tick += new EventHandler(OnThrottleBackgroundTimeout);
102
_throttleBackgroundTimer
.Stop();
105
_throttleBackgroundTimer
.Start();
114
if (
_throttleBackgroundTimer
== null)
193
_throttleBackgroundTimer
.Stop();