1 write to dataBoundLabel
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
49this.dataBoundLabel = new System.Windows.Forms.Label();
7 references to dataBoundLabel
WinFormsControlsTest (7)
ComboBoxes.Designer.cs (7)
257this.dataBoundLabel.AutoSize = true; 258this.dataBoundLabel.Location = new System.Drawing.Point(836, 6); 259this.dataBoundLabel.Name = "dataBoundLabel"; 260this.dataBoundLabel.Size = new System.Drawing.Size(65, 13); 261this.dataBoundLabel.TabIndex = 16; 262this.dataBoundLabel.Text = "data-bound"; 271this.Controls.Add(this.dataBoundLabel);