18 references to EventObjectSelection
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\EventManager.cs (2)
318eventId == NativeMethods.EventObjectSelection && el is ListViewItem) 365if (eventId == NativeMethods.EventObjectSelection ||
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
387NativeMethods.EventObjectSelection}; 409new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelection, idEvent), 421new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelection, idEvent)
MS\Internal\AutomationProxies\WindowsListBox.cs (6)
407return new int[] { NativeMethods.EventObjectSelection }; 454if ((eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionAdd) && (idProp as AutomationProperty) == SelectionPattern.IsSelectionRequiredProperty) 457WinEventTracker.EvtIdProperty[] aEvtIdProperties = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, SelectionPattern.IsSelectionRequiredProperty) }; 462else if (eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionRemove || eventId == NativeMethods.EventObjectSelectionAdd) 468if (eventId == NativeMethods.EventObjectSelection && isMultipleSelection && wlb.HasOtherSelections(idChild - 1)) 481eventId = NativeMethods.EventObjectSelection;
MS\Internal\AutomationProxies\WindowsListView.cs (4)
511WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 540WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 1866else if (eventId == NativeMethods.EventObjectSelection 1920eventId = NativeMethods.EventObjectSelection;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
89if (eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionRemove || eventId == NativeMethods.EventObjectSelectionAdd)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
71if (idChild != 0 && (eventId == NativeMethods.EventObjectSelection ||
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
568NativeMethods.EventObjectSelection,