1 write to EventHandle
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
144ec.EventHandle = UiaCoreApi.UiaAddEvent(rawEl.RawNode, l.EventId.Id, ec.CallbackDelegate, l.TreeScope, PropertyArrayToIntArray(l.Properties), l.CacheRequest);
4 references to EventHandle
UIAutomationClient (4)
MS\Internal\Automation\ClientEventManager.cs (4)
188ec.EventHandle.Dispose(); // Calls UiaCoreApi.UiaRemoveEvent 324ec.EventHandle.Dispose(); // Calls RemoveEvent 598UiaCoreApi.UiaEventRemoveWindow(ec.EventHandle, hwnd); 657UiaCoreApi.UiaEventAddWindow(ec.EventHandle, hwnd);