18 references to EventObjectSelection
UIAutomationClientsideProviders (18)
MS\Internal\AutomationProxies\EventManager.cs (2)
331eventId == NativeMethods.EventObjectSelection && el is ListViewItem) 378if (eventId == NativeMethods.EventObjectSelection ||
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
408NativeMethods.EventObjectSelection}; 430new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelection, idEvent), 442new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelection, idEvent)
MS\Internal\AutomationProxies\WindowsListBox.cs (6)
419return new int[] { NativeMethods.EventObjectSelection }; 466if ((eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionAdd) && (idProp as AutomationProperty) == SelectionPattern.IsSelectionRequiredProperty) 469WinEventTracker.EvtIdProperty[] aEvtIdProperties = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, SelectionPattern.IsSelectionRequiredProperty) }; 474else if (eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionRemove || eventId == NativeMethods.EventObjectSelectionAdd) 480if (eventId == NativeMethods.EventObjectSelection && isMultipleSelection && wlb.HasOtherSelections(idChild - 1)) 493eventId = NativeMethods.EventObjectSelection;
MS\Internal\AutomationProxies\WindowsListView.cs (4)
521WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 550WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 1873else if (eventId == NativeMethods.EventObjectSelection 1927eventId = NativeMethods.EventObjectSelection;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
89if (eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionRemove || eventId == NativeMethods.EventObjectSelectionAdd)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
82if (idChild != 0 && (eventId == NativeMethods.EventObjectSelection ||
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
579NativeMethods.EventObjectSelection,