9 references to SafeEventHandle
UIAutomationClient (9)
MS\Internal\Automation\EventListenerClientSide.cs (2)
239internal SafeEventHandle EventHandle 298private SafeEventHandle _eventHandle;
MS\Internal\Automation\UiaCoreApi.cs (7)
586internal static SafeEventHandle UiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, int[] properties, UiaCacheRequest request) 588SafeEventHandle hevent; 602internal static void UiaEventAddWindow(SafeEventHandle hevent, IntPtr hwnd) 607internal static void UiaEventRemoveWindow(SafeEventHandle hevent, IntPtr hwnd) 1276private static extern int RawUiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, [MarshalAs(UnmanagedType.LPArray)] int[] pProperties, int cProperties, UiaMiniCacheRequest pRequest, out SafeEventHandle hevent); 1282private static extern int RawUiaEventAddWindow(SafeEventHandle hevent, IntPtr hwnd); 1285private static extern int RawUiaEventRemoveWindow(SafeEventHandle hevent, IntPtr hwnd);