9 references to HighPrecisionTimer
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Animation\AnimationManager.cs (2)
23private readonly HighPrecisionTimer.TimerRegistration _timerRegistration; 43_timerRegistration = HighPrecisionTimer.Register(OnFrameTickAsync);
System.Windows.Forms.Primitives (7)
_generated\658\LibraryImports.g.cs (7)
10internal static partial global::System.Windows.Forms.Animation.HighPrecisionTimer.SafeWaitableTimerHandle CreateWaitableTimerEx(nint timerAttributes, string timerName, uint flags, uint desiredAccess) 16global::System.Windows.Forms.Animation.HighPrecisionTimer.SafeWaitableTimerHandle __retVal = default; 19global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::System.Windows.Forms.Animation.HighPrecisionTimer.SafeWaitableTimerHandle>.ManagedToUnmanagedOut __retVal_native__marshaller = new(); 63internal static partial bool SetWaitableTimer(global::System.Windows.Forms.Animation.HighPrecisionTimer.SafeWaitableTimerHandle timer, in long dueTime, int period, nint completionRoutine, nint argumentToCompletionRoutine, bool resume) 73global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::System.Windows.Forms.Animation.HighPrecisionTimer.SafeWaitableTimerHandle>.ManagedToUnmanagedIn __timer_native__marshaller = new(); 116internal static partial uint WaitForSingleObject(global::System.Windows.Forms.Animation.HighPrecisionTimer.SafeWaitableTimerHandle handle, uint milliseconds) 124global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::System.Windows.Forms.Animation.HighPrecisionTimer.SafeWaitableTimerHandle>.ManagedToUnmanagedIn __handle_native__marshaller = new();