2 writes to _autoScrollTimer
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
618
_autoScrollTimer
= new DispatcherTimer(DispatcherPriority.SystemIdle)
631
_autoScrollTimer
= null;
6 references to _autoScrollTimer
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (6)
615
Debug.Assert(
_autoScrollTimer
== null, "IsMouseCaptured went from true to true");
616
if (
_autoScrollTimer
== null)
622
_autoScrollTimer
.Tick += new EventHandler(OnAutoScrollTimeout);
623
_autoScrollTimer
.Start();
628
if (
_autoScrollTimer
!= null)
630
_autoScrollTimer
.Stop();