16 references to SafeWaitableTimerHandle
System.Windows.Forms.Primitives (16)
_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();
System\Windows\Forms\Animation\HighPrecisionTimer.cs (9)
162SafeWaitableTimerHandle? waitableTimer = TryCreateHighResolutionWaitableTimer(); 362SafeWaitableTimerHandle waitableTimer, 510private static SafeWaitableTimerHandle? TryCreateHighResolutionWaitableTimer() 519SafeWaitableTimerHandle waitableTimer = NativeMethods.CreateWaitableTimerEx( 695SafeWaitableTimerHandle? waitableTimer) 715public SafeWaitableTimerHandle? WaitableTimer { get; } 805internal static partial SafeWaitableTimerHandle CreateWaitableTimerEx( 814SafeWaitableTimerHandle timer, 823SafeWaitableTimerHandle handle,