6 references to SelectionPatternOnInvalidated
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
110case AutomationEvents.SelectionPatternOnInvalidated: eventObject = SelectionPatternIdentifiers.InvalidatedEvent; break;
PresentationFramework (5)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (2)
147this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated); 173this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated);
System\Windows\Controls\ComboBox.cs (1)
579if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
System\Windows\Controls\ListBox.cs (1)
298if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
System\Windows\Controls\TabControl.cs (1)
380if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)