2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1094
_throttleBackgroundTimer
= new DispatcherTimer(DispatcherPriority.Background)
2818
_throttleBackgroundTimer
= null;
8 references to _throttleBackgroundTimer
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1089
if (
_throttleBackgroundTimer
== null)
1098
_throttleBackgroundTimer
.Tick += new EventHandler(OnThrottleBackgroundTimeout);
1103
_throttleBackgroundTimer
.Stop();
1106
_throttleBackgroundTimer
.Start();
2266
if (
_throttleBackgroundTimer
== null)
2811
if (
_throttleBackgroundTimer
== null)
2816
_throttleBackgroundTimer
.Stop();
2817
_throttleBackgroundTimer
.Tick -= OnThrottleBackgroundTimeout;