9 references to SafeEventHandle
UIAutomationClient (9)
MS\Internal\Automation\EventListenerClientSide.cs (2)
237internal SafeEventHandle EventHandle 296private SafeEventHandle _eventHandle;
MS\Internal\Automation\UiaCoreApi.cs (7)
582internal static SafeEventHandle UiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, int[] properties, UiaCacheRequest request) 584SafeEventHandle hevent; 598internal static void UiaEventAddWindow(SafeEventHandle hevent, IntPtr hwnd) 603internal static void UiaEventRemoveWindow(SafeEventHandle hevent, IntPtr hwnd) 1272private static extern int RawUiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, [MarshalAs(UnmanagedType.LPArray)] int[] pProperties, int cProperties, UiaMiniCacheRequest pRequest, out SafeEventHandle hevent); 1278private static extern int RawUiaEventAddWindow(SafeEventHandle hevent, IntPtr hwnd); 1281private static extern int RawUiaEventRemoveWindow(SafeEventHandle hevent, IntPtr hwnd);