2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1093
_throttleBackgroundTimer
= new DispatcherTimer(DispatcherPriority.Background)
2817
_throttleBackgroundTimer
= null;
8 references to _throttleBackgroundTimer
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1088
if (
_throttleBackgroundTimer
== null)
1097
_throttleBackgroundTimer
.Tick += new EventHandler(OnThrottleBackgroundTimeout);
1102
_throttleBackgroundTimer
.Stop();
1105
_throttleBackgroundTimer
.Start();
2265
if (
_throttleBackgroundTimer
== null)
2810
if (
_throttleBackgroundTimer
== null)
2815
_throttleBackgroundTimer
.Stop();
2816
_throttleBackgroundTimer
.Tick -= OnThrottleBackgroundTimeout;