5 overrides of EventToWinEvent
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
284
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
252
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
68
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
124
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
345
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
7 references to EventToWinEvent
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
80
aEvents =
EventToWinEvent
(eventId);
109
aEvents =
EventToWinEvent
(eventId);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
293
return base.
EventToWinEvent
(idEvent);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
254
return base.
EventToWinEvent
(idEvent);
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
75
return base.
EventToWinEvent
(idEvent);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
131
return base.
EventToWinEvent
(idEvent);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
357
return base.
EventToWinEvent
(idEvent);