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