124 references to TextChanged
System.Windows.Forms (45)
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)
911
add => base.
TextChanged
+= value;
912
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)
518
add => base.
TextChanged
+= value;
519
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\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)
3238
control.
TextChanged
+= handler;
3256
control.
TextChanged
-= handler;
7164
control.
TextChanged
+= handler;
7171
control.
TextChanged
-= handler;
7220
control.
TextChanged
+= handler;
7229
control.
TextChanged
-= handler;
7268
control.
TextChanged
+= handler;
7278
control.
TextChanged
-= handler;
7330
control.
TextChanged
+= handler;
7342
control.
TextChanged
-= handler;
System\Windows\Forms\ButtonTests.cs (10)
973
control.
TextChanged
+= handler;
991
control.
TextChanged
-= handler;
2898
control.
TextChanged
+= handler;
2905
control.
TextChanged
-= handler;
2954
control.
TextChanged
+= handler;
2963
control.
TextChanged
-= handler;
3002
control.
TextChanged
+= handler;
3012
control.
TextChanged
-= handler;
3064
control.
TextChanged
+= handler;
3076
control.
TextChanged
-= handler;
System\Windows\Forms\ControlTests.Handlers.cs (2)
5473
control.
TextChanged
+= handler;
5478
control.
TextChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (2)
12018
control.
TextChanged
+= handler;
12036
control.
TextChanged
-= handler;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (10)
463
control.
TextChanged
+= handler;
481
control.
TextChanged
-= handler;
506
control.
TextChanged
+= handler;
536
control.
TextChanged
-= handler;
1368
control.
TextChanged
+= handler;
1375
control.
TextChanged
-= handler;
1398
control.
TextChanged
+= handler;
1406
control.
TextChanged
-= handler;
1432
control.
TextChanged
+= handler;
1440
control.
TextChanged
-= handler;
System\Windows\Forms\DomainUpDownTests.cs (4)
380
_control.
TextChanged
+= textChangedHandler;
408
_control.
TextChanged
-= textChangedHandler;
572
_control.
TextChanged
+= textChangedHandler;
600
_control.
TextChanged
-= textChangedHandler;
System\Windows\Forms\GroupBoxTests.cs (2)
1163
control.
TextChanged
+= handler;
1181
control.
TextChanged
-= handler;
System\Windows\Forms\RichTextBoxTests.cs (13)
2786
control.
TextChanged
+= handler;
2804
control.
TextChanged
-= handler;
2829
control.
TextChanged
+= handler;
2859
control.
TextChanged
-= handler;
7509
control.
TextChanged
+= handler;
7527
control.
TextChanged
-= handler;
7552
control.
TextChanged
+= handler;
7582
control.
TextChanged
-= handler;
9941
control.
TextChanged
+= (sender, e) =>
9983
control.
TextChanged
+= (sender, e) =>
10039
control.
TextChanged
+= (sender, e) =>
10505
control.
TextChanged
+= (sender, e) => textChangedCallCount++;
10534
control.
TextChanged
+= (sender, e) => textChangedCallCount++;
System\Windows\Forms\UpDownBaseTests.cs (4)
1351
control.
TextChanged
+= handler;
1369
control.
TextChanged
-= handler;
2581
control.
TextChanged
+= handler;
2589
control.
TextChanged
-= handler;
TextBoxBaseTests.cs (10)
3488
control.
TextChanged
+= handler;
3506
control.
TextChanged
-= handler;
3531
control.
TextChanged
+= handler;
3561
control.
TextChanged
-= handler;
5792
control.
TextChanged
+= handler;
5798
control.
TextChanged
-= handler;
7540
control.
TextChanged
+= (sender, e) =>
7576
control.
TextChanged
+= (sender, e) =>
7620
control.
TextChanged
+= (sender, e) => textChangedCallCount++;
7655
control.
TextChanged
+= (sender, e) => textChangedCallCount++;
TextBoxTests.cs (2)
358
tb.
TextChanged
+= handler;
361
tb.
TextChanged
-= handler;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1451
add { base.
TextChanged
+= value; }
1452
remove { base.
TextChanged
-= value; }