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