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)
87
if (
_throttleBackgroundTimer
== null)
96
_throttleBackgroundTimer
.Tick += new EventHandler(OnThrottleBackgroundTimeout);
101
_throttleBackgroundTimer
.Stop();
104
_throttleBackgroundTimer
.Start();
113
if (
_throttleBackgroundTimer
== null)
192
_throttleBackgroundTimer
.Stop();