1 write to _callbackDelegate
UIAutomationClient (1)
MS\Internal\Automation\EventListenerClientSide.cs (1)
42
_callbackDelegate
= new UiaCoreApi.UiaEventCallback(OnEvent);
2 references to _callbackDelegate
UIAutomationClient (2)
MS\Internal\Automation\EventListenerClientSide.cs (2)
43
_gch = GCHandle.Alloc(
_callbackDelegate
);
243
return
_callbackDelegate
;