8 references to TextChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
429
add => base.
TextChanged
+= value;
430
remove => base.
TextChanged
-= value;
System.Windows.Forms.Tests (6)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (2)
437
control.
TextChanged
+= handler;
458
control.
TextChanged
-= handler;
System\Windows\Forms\PanelTests.cs (2)
805
control.
TextChanged
+= handler;
823
control.
TextChanged
-= handler;
System\Windows\Forms\SplitterPanelTests.cs (2)
1083
control.
TextChanged
+= handler;
1101
control.
TextChanged
-= handler;