4 references to UIA_Text_TextChangedEventId
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
128AccessibilityObject?.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextChangedEventId);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2785ChildEditAccessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1546AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextChangedEventId);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
32AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_Text_TextChangedEventId);