124 references to TextChanged
System.Windows.Forms (45)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
3996add => base.TextChanged += value; 3997remove => base.TextChanged -= value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
844add => base.TextChanged += value; 845remove => base.TextChanged -= value;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1103add => base.TextChanged += value; 1104remove => base.TextChanged -= value;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
1632add => base.TextChanged += value; 1633remove => base.TextChanged -= value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
845add => base.TextChanged += value; 846remove => base.TextChanged -= value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
911add => base.TextChanged += value; 912remove => base.TextChanged -= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
458add => base.TextChanged += value; 459remove => base.TextChanged -= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
291_editTextBox.TextChanged += OnEditChange;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
457add => base.TextChanged += value; 458remove => base.TextChanged -= value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
833add => base.TextChanged += value; 834remove => base.TextChanged -= value;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
21[DefaultEvent(nameof(TextChanged))]
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
740control.TextChanged += HandleTextChanged; 785control.TextChanged -= HandleTextChanged;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
771add => base.TextChanged += value; 772remove => base.TextChanged -= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
351add => base.TextChanged += value; 352remove => base.TextChanged -= value;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
518add => base.TextChanged += value; 519remove => base.TextChanged -= value;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
1286add => base.TextChanged += value; 1287remove => base.TextChanged -= value;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
269add => base.TextChanged += value; 270remove => base.TextChanged -= value;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
58_upDownEdit.TextChanged += OnTextBoxTextChanged;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
912add => base.TextChanged += value; 913remove => base.TextChanged -= value;
System\Windows\Forms\Panels\Panel.cs (2)
208add => base.TextChanged += value; 209remove => base.TextChanged -= value;
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
280add => base.TextChanged += value; 281remove => base.TextChanged -= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
614add => base.TextChanged += value; 615remove => base.TextChanged -= value;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
342add => base.TextChanged += value; 343remove => base.TextChanged -= value;
System\Windows\Forms\UserControl.cs (2)
214add => base.TextChanged += value; 215remove => 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)
76nullValueTextBox.TextChanged -= nullValueTextBox_TextChanged; 78nullValueTextBox.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)
130nullValueTextBox.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)
3238control.TextChanged += handler; 3256control.TextChanged -= handler; 7164control.TextChanged += handler; 7171control.TextChanged -= handler; 7220control.TextChanged += handler; 7229control.TextChanged -= handler; 7268control.TextChanged += handler; 7278control.TextChanged -= handler; 7330control.TextChanged += handler; 7342control.TextChanged -= handler;
System\Windows\Forms\ButtonTests.cs (10)
973control.TextChanged += handler; 991control.TextChanged -= handler; 2898control.TextChanged += handler; 2905control.TextChanged -= handler; 2954control.TextChanged += handler; 2963control.TextChanged -= handler; 3002control.TextChanged += handler; 3012control.TextChanged -= handler; 3064control.TextChanged += handler; 3076control.TextChanged -= handler;
System\Windows\Forms\ControlTests.Handlers.cs (2)
5473control.TextChanged += handler; 5478control.TextChanged -= handler;
System\Windows\Forms\ControlTests.Properties.cs (2)
12018control.TextChanged += handler; 12036control.TextChanged -= handler;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (10)
463control.TextChanged += handler; 481control.TextChanged -= handler; 506control.TextChanged += handler; 536control.TextChanged -= handler; 1368control.TextChanged += handler; 1375control.TextChanged -= handler; 1398control.TextChanged += handler; 1406control.TextChanged -= handler; 1432control.TextChanged += handler; 1440control.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)
1163control.TextChanged += handler; 1181control.TextChanged -= handler;
System\Windows\Forms\RichTextBoxTests.cs (13)
2786control.TextChanged += handler; 2804control.TextChanged -= handler; 2829control.TextChanged += handler; 2859control.TextChanged -= handler; 7509control.TextChanged += handler; 7527control.TextChanged -= handler; 7552control.TextChanged += handler; 7582control.TextChanged -= handler; 9941control.TextChanged += (sender, e) => 9983control.TextChanged += (sender, e) => 10039control.TextChanged += (sender, e) => 10505control.TextChanged += (sender, e) => textChangedCallCount++; 10534control.TextChanged += (sender, e) => textChangedCallCount++;
System\Windows\Forms\UpDownBaseTests.cs (4)
1351control.TextChanged += handler; 1369control.TextChanged -= handler; 2581control.TextChanged += handler; 2589control.TextChanged -= handler;
TextBoxBaseTests.cs (10)
3488control.TextChanged += handler; 3506control.TextChanged -= handler; 3531control.TextChanged += handler; 3561control.TextChanged -= handler; 5792control.TextChanged += handler; 5798control.TextChanged -= handler; 7540control.TextChanged += (sender, e) => 7576control.TextChanged += (sender, e) => 7620control.TextChanged += (sender, e) => textChangedCallCount++; 7655control.TextChanged += (sender, e) => textChangedCallCount++;
TextBoxTests.cs (2)
358tb.TextChanged += handler; 361tb.TextChanged -= handler;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1451add { base.TextChanged += value; } 1452remove { base.TextChanged -= value; }