4 references to UiaEventCallback
UIAutomationClient (4)
MS\Internal\Automation\EventListenerClientSide.cs (2)
239internal UiaCoreApi.UiaEventCallback CallbackDelegate 304private UiaCoreApi.UiaEventCallback _callbackDelegate;
MS\Internal\Automation\UiaCoreAPI.cs (2)
607internal static SafeEventHandle UiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, int[] properties, UiaCacheRequest request) 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);