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