4 references to UiaEventCallback
UIAutomationClient (4)
MS\Internal\Automation\EventListenerClientSide.cs (2)
229internal UiaCoreApi.UiaEventCallback CallbackDelegate 294private UiaCoreApi.UiaEventCallback _callbackDelegate;
MS\Internal\Automation\UiaCoreApi.cs (2)
585internal static SafeEventHandle UiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, int[] properties, UiaCacheRequest request) 1275private static extern int RawUiaAddEvent(SafeNodeHandle hnode, int eventId, UiaEventCallback callback, TreeScope scope, [MarshalAs(UnmanagedType.LPArray)] int[] pProperties, int cProperties, UiaMiniCacheRequest pRequest, out SafeEventHandle hevent);