2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1087
_throttleBackgroundTimer
= new DispatcherTimer(DispatcherPriority.Background)
2799
_throttleBackgroundTimer
= null;
8 references to _throttleBackgroundTimer
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1082
if (
_throttleBackgroundTimer
== null)
1091
_throttleBackgroundTimer
.Tick += new EventHandler(OnThrottleBackgroundTimeout);
1096
_throttleBackgroundTimer
.Stop();
1099
_throttleBackgroundTimer
.Start();
2259
if (
_throttleBackgroundTimer
== null)
2792
if (
_throttleBackgroundTimer
== null)
2797
_throttleBackgroundTimer
.Stop();
2798
_throttleBackgroundTimer
.Tick -= OnThrottleBackgroundTimeout;