57 references to TextChanged
System.Windows.Forms (47)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4003
add => base.
TextChanged
+= value;
4004
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
842
add => base.
TextChanged
+= value;
843
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1101
add => base.
TextChanged
+= value;
1102
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
1634
add => base.
TextChanged
+= value;
1635
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
840
add => base.
TextChanged
+= value;
841
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
909
add => base.
TextChanged
+= value;
910
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
465
add => base.
TextChanged
+= value;
466
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1182
add => base.
TextChanged
+= value;
1183
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
315
_editTextBox.
TextChanged
+= OnEditChange;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
456
add => base.
TextChanged
+= value;
457
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
836
add => base.
TextChanged
+= value;
837
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
21
[DefaultEvent(nameof(
TextChanged
))]
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
740
control.
TextChanged
+= HandleTextChanged;
785
control.
TextChanged
-= HandleTextChanged;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
771
add => base.
TextChanged
+= value;
772
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
351
add => base.
TextChanged
+= value;
352
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
517
add => base.
TextChanged
+= value;
518
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
1284
add => base.
TextChanged
+= value;
1285
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
265
add => base.
TextChanged
+= value;
266
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
58
_upDownEdit.
TextChanged
+= OnTextBoxTextChanged;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
912
add => base.
TextChanged
+= value;
913
remove => base.
TextChanged
-= value;
System\Windows\Forms\Panels\Panel.cs (2)
204
add => base.
TextChanged
+= value;
205
remove => base.
TextChanged
-= value;
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
280
add => base.
TextChanged
+= value;
281
remove => base.
TextChanged
-= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
614
add => base.
TextChanged
+= value;
615
remove => base.
TextChanged
-= value;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
335
add => base.
TextChanged
+= value;
336
remove => base.
TextChanged
-= value;
System\Windows\Forms\UserControl.cs (2)
214
add => base.
TextChanged
+= value;
215
remove => base.
TextChanged
-= value;
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
54
_textBox.
TextChanged
+= OnTextBoxTextChanged;
System\Windows\Forms\Design\FormatControl.cs (5)
76
nullValueTextBox.
TextChanged
-= nullValueTextBox_TextChanged;
78
nullValueTextBox.
TextChanged
+= nullValueTextBox_TextChanged;
228
_customStringTextBox.
TextChanged
-= customStringTextBox_TextChanged;
239
_customStringTextBox.
TextChanged
+= customStringTextBox_TextChanged;
315
_customStringTextBox.
TextChanged
+= customStringTextBox_TextChanged;
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
130
nullValueTextBox.
TextChanged
+= this.nullValueTextBox_TextChanged;
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
95
_txtBoxMask.
TextChanged
+= txtBoxMask_TextChanged;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1445
add { base.
TextChanged
+= value; }
1446
remove { base.
TextChanged
-= value; }