5 overrides of EventToWinEvent
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
285
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
253
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
69
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
125
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
346
protected override ReadOnlySpan<WinEventTracker.EvtIdProperty>
EventToWinEvent
(AutomationEvent idEvent)
7 references to EventToWinEvent
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
81
aEvents =
EventToWinEvent
(eventId);
110
aEvents =
EventToWinEvent
(eventId);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
294
return base.
EventToWinEvent
(idEvent);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
255
return base.
EventToWinEvent
(idEvent);
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
76
return base.
EventToWinEvent
(idEvent);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
132
return base.
EventToWinEvent
(idEvent);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
358
return base.
EventToWinEvent
(idEvent);