1 write to dataBoundComboBox
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
46
this.
dataBoundComboBox
= new System.Windows.Forms.ComboBox();
9 references to dataBoundComboBox
WinFormsControlsTest (9)
ComboBoxes.cs (2)
17
dataBoundComboBox
.DataSource = TestDataSources.GetPersons();
18
dataBoundComboBox
.DisplayMember = TestDataSources.PersonDisplayMember;
ComboBoxes.Designer.cs (7)
229
this.
dataBoundComboBox
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
230
this.
dataBoundComboBox
.FlatStyle = System.Windows.Forms.FlatStyle.System;
231
this.
dataBoundComboBox
.Location = new System.Drawing.Point(836, 22);
232
this.
dataBoundComboBox
.Name = "DataBoundComboBox";
233
this.
dataBoundComboBox
.Size = new System.Drawing.Size(121, 150);
234
this.
dataBoundComboBox
.TabIndex = 13;
272
this.Controls.Add(this.
dataBoundComboBox
);