18 references to EventObjectSelection
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\EventManager.cs (2)
324eventId == NativeMethods.EventObjectSelection && el is ListViewItem) 371if (eventId == NativeMethods.EventObjectSelection ||
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
397NativeMethods.EventObjectSelection}; 419new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelection, idEvent), 431new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelection, idEvent)
MS\Internal\AutomationProxies\WindowsListBox.cs (6)
411return new int[] { NativeMethods.EventObjectSelection }; 458if ((eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionAdd) && (idProp as AutomationProperty) == SelectionPattern.IsSelectionRequiredProperty) 461WinEventTracker.EvtIdProperty[] aEvtIdProperties = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, SelectionPattern.IsSelectionRequiredProperty) }; 466else if (eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionRemove || eventId == NativeMethods.EventObjectSelectionAdd) 472if (eventId == NativeMethods.EventObjectSelection && isMultipleSelection && wlb.HasOtherSelections(idChild - 1)) 485eventId = NativeMethods.EventObjectSelection;
MS\Internal\AutomationProxies\WindowsListView.cs (4)
514WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 543WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 1867else if (eventId == NativeMethods.EventObjectSelection 1921eventId = NativeMethods.EventObjectSelection;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
91if (eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionRemove || eventId == NativeMethods.EventObjectSelectionAdd)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
73if (idChild != 0 && (eventId == NativeMethods.EventObjectSelection ||
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
572NativeMethods.EventObjectSelection,