2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
1198
_autoScrollTimer
= new DispatcherTimer(DispatcherPriority.SystemIdle)
1209
_autoScrollTimer
= null;
5 references to _autoScrollTimer
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (5)
1195
Debug.Assert(
_autoScrollTimer
== null, "IsMouseCaptured went from true to true");
1196
if (
_autoScrollTimer
== null)
1202
_autoScrollTimer
.Tick += new EventHandler(OnAutoScrollTimeout);
1203
_autoScrollTimer
.Start();
1208
_autoScrollTimer
?.Stop();