2 references to TimerProc
WindowsBase (2)
Shared\MS\Win32\SafeNativeMethodsCLR.cs (2)
909public static extern IntPtr SetTimer(HandleRef hWnd, int nIDEvent, int uElapse, NativeMethods.TimerProc lpTimerFunc); 912public static extern IntPtr TrySetTimer(HandleRef hWnd, int nIDEvent, int uElapse, NativeMethods.TimerProc lpTimerFunc);