1 write to EventHandle
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
134
ec.
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)
178
ec.
EventHandle
.Dispose(); // Calls UiaCoreApi.UiaRemoveEvent
314
ec.
EventHandle
.Dispose(); // Calls RemoveEvent
587
UiaCoreApi.UiaEventRemoveWindow(ec.
EventHandle
, hwnd);
645
UiaCoreApi.UiaEventAddWindow(ec.
EventHandle
, hwnd);