5 references to GetTickCount
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1767time = PInvoke.GetTickCount(),
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
337time = PInvoke.GetTickCount()
System\Windows\Forms\SendKeys\SendKeys.SendKeysHookProc.cs (1)
62eventmsg->time = PInvoke.GetTickCount();
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (2)
2349uint elapsed = PInvoke.GetTickCount() - _lastClickMessageTime; 2366_lastClickMessageTime = PInvoke.GetTickCount();