6 references to SelectionPatternOnInvalidated
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
115case AutomationEvents.SelectionPatternOnInvalidated: eventObject = SelectionPatternIdentifiers.InvalidatedEvent; break;
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (2)
144this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated); 170this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated);
src\Framework\System\Windows\Controls\ComboBox.cs (1)
580if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
src\Framework\System\Windows\Controls\ListBox.cs (1)
296if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)
src\Framework\System\Windows\Controls\TabControl.cs (1)
381if ( AutomationPeer.ListenerExists(AutomationEvents.SelectionPatternOnInvalidated)