9 references to SafeEventHandle
UIAutomationClient (9)
MS\Internal\Automation\EventListenerClientSide.cs (2)
247internal SafeEventHandle EventHandle 306private SafeEventHandle _eventHandle;
MS\Internal\Automation\UiaCoreAPI.cs (7)
607internal static SafeEventHandle UiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, int[] properties, UiaCacheRequest request) 609SafeEventHandle hevent; 623internal static void UiaEventAddWindow(SafeEventHandle hevent, IntPtr hwnd) 628internal static void UiaEventRemoveWindow(SafeEventHandle hevent, IntPtr hwnd) 1290private static extern int RawUiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, [MarshalAs(UnmanagedType.LPArray)] int[] pProperties, int cProperties, UiaMiniCacheRequest pRequest, out SafeEventHandle hevent); 1296private static extern int RawUiaEventAddWindow(SafeEventHandle hevent, IntPtr hwnd); 1299private static extern int RawUiaEventRemoveWindow(SafeEventHandle hevent, IntPtr hwnd);