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