1 write to numericUpDown1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
51this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
7 references to numericUpDown1
WinFormsControlsTest (7)
MultipleControls.Designer.cs (7)
60((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); 241this.numericUpDown1.Location = new System.Drawing.Point(378, 197); 242this.numericUpDown1.Name = "numericUpDown1"; 243this.numericUpDown1.Size = new System.Drawing.Size(140, 23); 244this.numericUpDown1.TabIndex = 11; 304this.Controls.Add(this.numericUpDown1); 324((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();