125 references to TextChanged
System.Windows.Forms (46)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
3996
add => base.
TextChanged
+= value;
3997
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
844
add => base.
TextChanged
+= value;
845
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1103
add => base.
TextChanged
+= value;
1104
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
1632
add => base.
TextChanged
+= value;
1633
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
845
add => base.
TextChanged
+= value;
846
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
912
add => base.
TextChanged
+= value;
913
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
458
add => base.
TextChanged
+= value;
459
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
291
_editTextBox.
TextChanged
+= OnEditChange;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
457
add => base.
TextChanged
+= value;
458
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
833
add => base.
TextChanged
+= value;
834
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)
519
add => base.
TextChanged
+= value;
520
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
1286
add => base.
TextChanged
+= value;
1287
remove => base.
TextChanged
-= value;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
269
add => base.
TextChanged
+= value;
270
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)
208
add => base.
TextChanged
+= value;
209
remove => base.
TextChanged
-= value;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
49
_cancellingTextBox.
TextChanged
+= OnCancellingTextBoxTextChanged;
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)
342
add => base.
TextChanged
+= value;
343
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;
System.Windows.Forms.Tests (69)
System\Windows\Forms\ButtonBaseTests.cs (10)
3236
control.
TextChanged
+= handler;
3254
control.
TextChanged
-= handler;
7162
control.
TextChanged
+= handler;
7169
control.
TextChanged
-= handler;
7218
control.
TextChanged
+= handler;
7227
control.
TextChanged
-= handler;
7266
control.
TextChanged
+= handler;
7276
control.
TextChanged
-= handler;
7328
control.
TextChanged
+= handler;
7340
control.
TextChanged
-= handler;
System\Windows\Forms\ButtonTests.cs (10)
971
control.
TextChanged
+= handler;
989
control.
TextChanged
-= handler;
2896
control.
TextChanged
+= handler;
2903
control.
TextChanged
-= handler;
2952
control.
TextChanged
+= handler;
2961
control.
TextChanged
-= handler;
3000
control.
TextChanged
+= handler;
3010
control.
TextChanged
-= handler;
3062
control.
TextChanged
+= handler;
3074
control.
TextChanged
-= handler;
System\Windows\Forms\ControlTests.Handlers.cs (2)
5471
control.
TextChanged
+= handler;
5476
control.
TextChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (2)
12016
control.
TextChanged
+= handler;
12034
control.
TextChanged
-= handler;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (10)
461
control.
TextChanged
+= handler;
479
control.
TextChanged
-= handler;
504
control.
TextChanged
+= handler;
534
control.
TextChanged
-= handler;
1366
control.
TextChanged
+= handler;
1373
control.
TextChanged
-= handler;
1396
control.
TextChanged
+= handler;
1404
control.
TextChanged
-= handler;
1430
control.
TextChanged
+= handler;
1438
control.
TextChanged
-= handler;
System\Windows\Forms\DomainUpDownTests.cs (4)
378
_control.
TextChanged
+= textChangedHandler;
406
_control.
TextChanged
-= textChangedHandler;
570
_control.
TextChanged
+= textChangedHandler;
598
_control.
TextChanged
-= textChangedHandler;
System\Windows\Forms\GroupBoxTests.cs (2)
1161
control.
TextChanged
+= handler;
1179
control.
TextChanged
-= handler;
System\Windows\Forms\RichTextBoxTests.cs (13)
2784
control.
TextChanged
+= handler;
2802
control.
TextChanged
-= handler;
2827
control.
TextChanged
+= handler;
2857
control.
TextChanged
-= handler;
7507
control.
TextChanged
+= handler;
7525
control.
TextChanged
-= handler;
7550
control.
TextChanged
+= handler;
7580
control.
TextChanged
-= handler;
9939
control.
TextChanged
+= (sender, e) =>
9981
control.
TextChanged
+= (sender, e) =>
10037
control.
TextChanged
+= (sender, e) =>
10503
control.
TextChanged
+= (sender, e) => textChangedCallCount++;
10532
control.
TextChanged
+= (sender, e) => textChangedCallCount++;
System\Windows\Forms\UpDownBaseTests.cs (4)
1349
control.
TextChanged
+= handler;
1367
control.
TextChanged
-= handler;
2579
control.
TextChanged
+= handler;
2587
control.
TextChanged
-= handler;
TextBoxBaseTests.cs (10)
3486
control.
TextChanged
+= handler;
3504
control.
TextChanged
-= handler;
3529
control.
TextChanged
+= handler;
3559
control.
TextChanged
-= handler;
5790
control.
TextChanged
+= handler;
5796
control.
TextChanged
-= handler;
7538
control.
TextChanged
+= (sender, e) =>
7574
control.
TextChanged
+= (sender, e) =>
7618
control.
TextChanged
+= (sender, e) => textChangedCallCount++;
7653
control.
TextChanged
+= (sender, e) => textChangedCallCount++;
TextBoxTests.cs (2)
356
tb.
TextChanged
+= handler;
359
tb.
TextChanged
-= handler;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1460
add { base.
TextChanged
+= value; }
1461
remove { base.
TextChanged
-= value; }