1 write to EventHandle
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
131
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)
175
ec.
EventHandle
.Dispose(); // Calls UiaCoreApi.UiaRemoveEvent
308
ec.
EventHandle
.Dispose(); // Calls RemoveEvent
581
UiaCoreApi.UiaEventRemoveWindow(ec.
EventHandle
, hwnd);
639
UiaCoreApi.UiaEventAddWindow(ec.
EventHandle
, hwnd);