18 references to EventObjectSelection
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\EventManager.cs (2)
317eventId == NativeMethods.EventObjectSelection && el is ListViewItem) 364if (eventId == NativeMethods.EventObjectSelection ||
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
385NativeMethods.EventObjectSelection}; 408new(NativeMethods.EventObjectSelection, idEvent), 419new(NativeMethods.EventObjectSelection, idEvent)
MS\Internal\AutomationProxies\WindowsListBox.cs (6)
403return new int[] { NativeMethods.EventObjectSelection }; 450if ((eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionAdd) && (idProp as AutomationProperty) == SelectionPattern.IsSelectionRequiredProperty) 453ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvtIdProperties = [new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, SelectionPattern.IsSelectionRequiredProperty)]; 458else if (eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionRemove || eventId == NativeMethods.EventObjectSelectionAdd) 464if (eventId == NativeMethods.EventObjectSelection && isMultipleSelection && wlb.HasOtherSelections(idChild - 1)) 477eventId = NativeMethods.EventObjectSelection;
MS\Internal\AutomationProxies\WindowsListView.cs (4)
507ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvents = [new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId)]; 536ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvents = [new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId)]; 1862else if (eventId == NativeMethods.EventObjectSelection 1916eventId = NativeMethods.EventObjectSelection;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
88if (eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionRemove || eventId == NativeMethods.EventObjectSelectionAdd)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
70if (idChild != 0 && (eventId == NativeMethods.EventObjectSelection ||
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
559NativeMethods.EventObjectSelection,