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); 158this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated);
System\Windows\Controls\ComboBox.cs (1)
563if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
System\Windows\Controls\ListBox.cs (1)
292if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
System\Windows\Controls\TabControl.cs (1)
363if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)