1 write to EventHandle
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
144
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)
188
ec.
EventHandle
.Dispose(); // Calls UiaCoreApi.UiaRemoveEvent
324
ec.
EventHandle
.Dispose(); // Calls RemoveEvent
598
UiaCoreApi.UiaEventRemoveWindow(ec.
EventHandle
, hwnd);
657
UiaCoreApi.UiaEventAddWindow(ec.
EventHandle
, hwnd);