1 write to numericUpDown1
WinFormsControlsTest (1)
DataGridViewTest.Designer.cs (1)
47this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
14 references to numericUpDown1
WinFormsControlsTest (14)
DataGridViewTest.cs (1)
93Font = new Font("Tahoma", (float)numericUpDown1.Value, FontStyle.Regular);
DataGridViewTest.Designer.cs (13)
51((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); 159this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); 160this.numericUpDown1.Location = new System.Drawing.Point(89, 208); 161this.numericUpDown1.Maximum = new decimal(new int[] { 166this.numericUpDown1.Minimum = new decimal(new int[] { 171this.numericUpDown1.Name = "numericUpDown1"; 172this.numericUpDown1.Size = new System.Drawing.Size(64, 20); 173this.numericUpDown1.TabIndex = 2; 174this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 175this.numericUpDown1.Value = new decimal(new int[] { 180this.numericUpDown1.ValueChanged += this.numericUpDown1_ValueChanged; 212this.Controls.Add(this.numericUpDown1); 220((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();