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)
1878ChildEditAccessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 2596ChildEditAccessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 2714ChildEditAccessibleObject.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)
679AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 693AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2174: UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (2)
70AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId); 122AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextSelectionChangedEventId);