2 writes to lastClickTime
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (2)
562
lastClickTime
= newTime;
574
lastClickTime
= 0;
1 reference to lastClickTime
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
561
long deltaTicks = newTime -
lastClickTime
;