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