80 references to TextChanged
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
109
this._connectionStringTextBox.
TextChanged
+= new EventHandler(this.OnConnectionStringTextBox_TextChanged);
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
97
this._selectAdvancedTextBox.
TextChanged
+= new EventHandler(OnSelectAdvancedTextBox_TextChanged);
System.Web.Mobile (20)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
103
_cbAvailableFilters.
TextChanged
+= new EventHandler(
114
_tbArgument.
TextChanged
+= new EventHandler(OnArgumentChanged);
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (4)
189
_cbCompare.
TextChanged
+= new EventHandler(OnTextChanged);
191
_txtArgument.
TextChanged
+= new EventHandler(OnTextChanged);
192
_txtType.
TextChanged
+= new EventHandler(OnTextChanged);
193
_txtMethod.
TextChanged
+= new EventHandler(OnTextChanged);
UI\MobileControls\Design\ListGeneralPage.cs (3)
147
_itemCountTextBox.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
157
_itemsPerPageTextBox.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
186
_rowsTextBox.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
UI\MobileControls\Design\ListItemsPage.cs (1)
122
_txtValue.
TextChanged
+= new EventHandler(this.OnPropertyChanged);
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
93
_txtText.
TextChanged
+= new EventHandler(this.OnPropertyChanged);
114
_cmbDefaultCommand.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
UI\MobileControls\Design\ObjectListFieldsPage.cs (3)
109
_cmbDataField.
TextChanged
+= new EventHandler(this.OnPropertyChanged);
122
_txtDataFormatString.
TextChanged
+= new EventHandler(this.OnPropertyChanged);
134
_txtTitle.
TextChanged
+= new EventHandler(this.OnPropertyChanged);
UI\MobileControls\Design\ObjectListGeneralPage.cs (5)
75
_txtBackCommandText.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
86
_txtDetailsCommandText.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
97
_txtMoreText.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
117
_txtItemCount.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
127
_txtItemsPerPage.
TextChanged
+= new EventHandler(this.OnSetPageDirty);
System.Windows.Forms (50)
winforms\Managed\System\WinForms\DataGrid.cs (2)
2952
base.
TextChanged
+= value;
2955
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\DataGridView.cs (2)
5072
base.
TextChanged
+= value;
5076
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
988
base.
TextChanged
+= value;
991
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\ListBox.cs (2)
1122
base.
TextChanged
+= value;
1125
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\ListView.cs (2)
1618
base.
TextChanged
+= value;
1621
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
1037
base.
TextChanged
+= value;
1040
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\NumericUpDown.cs (2)
319
base.
TextChanged
+= value;
322
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\Panel.cs (2)
268
base.
TextChanged
+= value;
271
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\PictureBox.cs (2)
1077
base.
TextChanged
+= value;
1080
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
263
base.
TextChanged
+= value;
266
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
1056
base.
TextChanged
+= value;
1059
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\ProgressBar.cs (2)
602
base.
TextChanged
+= value;
605
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1493
base.
TextChanged
+= value;
1496
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
362
edit.
TextChanged
+= new EventHandler(this.OnEditChange);
winforms\Managed\System\WinForms\ScrollBar.cs (2)
468
base.
TextChanged
+= value;
471
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1097
base.
TextChanged
+= value;
1100
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\Splitter.cs (2)
523
base.
TextChanged
+= value;
526
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\TabControl.cs (2)
919
base.
TextChanged
+= value;
922
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\ToolBar.cs (2)
908
base.
TextChanged
+= value;
911
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
906
control.
TextChanged
+= new EventHandler(HandleTextChanged);
954
control.
TextChanged
-= new EventHandler(HandleTextChanged);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
958
add { base.
TextChanged
+= value; }
959
remove { base.
TextChanged
-= value; }
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
420
base.
TextChanged
+= value;
423
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\TrackBar.cs (2)
601
base.
TextChanged
+= value;
604
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\TreeView.cs (2)
1313
base.
TextChanged
+= value;
1316
base.
TextChanged
-= value;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
98
upDownEdit.
TextChanged
+= new EventHandler(this.OnTextBoxTextChanged);
winforms\Managed\System\WinForms\UserControl.cs (2)
261
base.
TextChanged
+= value;
264
base.
TextChanged
-= value;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
398
this.themeNameTextBox.
TextChanged
+= new EventHandler(OnThemeChanged);
399
this.themeLocationTextBox.
TextChanged
+= new EventHandler(OnThemeChanged);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
265
this.typeTextBox.
TextChanged
+= new System.EventHandler(this.OnTypeTextBoxTextChanged);
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (2)
101
this.permissionRoleTextBox.
TextChanged
+= new EventHandler(permissionRoleTextChanged);
109
this.permissionNameTextBox.
TextChanged
+= new EventHandler(permissionNameTextChanged);
WsatUI (3)
MMCUI\WSATControl.designer.cs (3)
110
this.textBoxDefaultTimeout.
TextChanged
+= new System.EventHandler(this.textBoxDefaultTimeout_TextChanged);
116
this.textBoxMaxTimeout.
TextChanged
+= new System.EventHandler(this.textBoxMaxTimeout_TextChanged);
157
this.textBoxHttpsPort.
TextChanged
+= new System.EventHandler(this.textBoxHttpsPort_TextChanged);