6 references to SelectionPatternOnInvalidated
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
96case AutomationEvents.SelectionPatternOnInvalidated: eventObject = SelectionPatternIdentifiers.InvalidatedEvent; break;
PresentationFramework (5)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (2)
134this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated); 157this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated);
System\Windows\Controls\ComboBox.cs (1)
562if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
System\Windows\Controls\ListBox.cs (1)
291if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
System\Windows\Controls\TabControl.cs (1)
362if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)