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