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