6 references to SelectionPatternOnInvalidated
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
97case AutomationEvents.SelectionPatternOnInvalidated: eventObject = SelectionPatternIdentifiers.InvalidatedEvent; break;
PresentationFramework (5)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (2)
135this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated); 161this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated);
System\Windows\Controls\ComboBox.cs (1)
569if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
System\Windows\Controls\ListBox.cs (1)
292if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
System\Windows\Controls\TabControl.cs (1)
370if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)