11 references to UIA_Text_TextSelectionChangedEventId
System.Windows.Forms (11)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
131AccessibilityObject?.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
1805ChildEditAccessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 2499ChildEditAccessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 2617ChildEditAccessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
2037AccessibilityObject?.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 2082AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
650AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 664AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1755: UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (2)
57AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 109AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);