2 writes to _throttleBackgroundTimer
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1136
_throttleBackgroundTimer
= new DispatcherTimer(DispatcherPriority.Background)
2860
_throttleBackgroundTimer
= null;
8 references to _throttleBackgroundTimer
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1131
if (
_throttleBackgroundTimer
== null)
1140
_throttleBackgroundTimer
.Tick += new EventHandler(OnThrottleBackgroundTimeout);
1145
_throttleBackgroundTimer
.Stop();
1148
_throttleBackgroundTimer
.Start();
2308
if (
_throttleBackgroundTimer
== null)
2853
if (
_throttleBackgroundTimer
== null)
2858
_throttleBackgroundTimer
.Stop();
2859
_throttleBackgroundTimer
.Tick -= OnThrottleBackgroundTimeout;