1 write to decimalPlacesUpDown
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
44decimalPlacesUpDown = new System.Windows.Forms.NumericUpDown();
39 references to decimalPlacesUpDown
System.Windows.Forms.Design (39)
System\Windows\Forms\Design\FormatControl.cs (7)
185Debug.Assert(decimalPlacesUpDown.Visible); 188decimalPlacesUpDown.Focus(); 227decimalPlacesUpDown.ValueChanged -= decimalPlacesUpDown_ValueChanged; 232decimalPlacesUpDown.Value = 2; 238decimalPlacesUpDown.ValueChanged += decimalPlacesUpDown_ValueChanged; 253decimalPlacesUpDown.Visible = true; 257decimalPlacesUpDown.Visible = false;
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (8)
35switch ((int)_owner.decimalPlacesUpDown.Value) 78_owner.decimalPlacesUpDown.Value = 0; 82_owner.decimalPlacesUpDown.Value = 1; 86_owner.decimalPlacesUpDown.Value = 2; 90_owner.decimalPlacesUpDown.Value = 3; 94_owner.decimalPlacesUpDown.Value = 4; 98_owner.decimalPlacesUpDown.Value = 5; 102_owner.decimalPlacesUpDown.Value = 6;
System\Windows\Forms\Design\FormatControl.Designer.cs (8)
54((System.ComponentModel.ISupportInitialize)(this.decimalPlacesUpDown)).BeginInit(); 108tableLayoutPanel1.Controls.Add(this.decimalPlacesUpDown, 1, 1); 134resources.ApplyResources(this.decimalPlacesUpDown, "decimalPlacesUpDown"); 135decimalPlacesUpDown.Maximum = new decimal(new int[] { 140decimalPlacesUpDown.Name = "decimalPlacesUpDown"; 141decimalPlacesUpDown.Value = new decimal(new int[] { 146decimalPlacesUpDown.ValueChanged += this.decimalPlacesUpDown_ValueChanged; 188((System.ComponentModel.ISupportInitialize)(decimalPlacesUpDown)).EndInit();
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (8)
35switch ((int)_owner.decimalPlacesUpDown.Value) 77_owner.decimalPlacesUpDown.Value = 0; 81_owner.decimalPlacesUpDown.Value = 1; 85_owner.decimalPlacesUpDown.Value = 2; 89_owner.decimalPlacesUpDown.Value = 3; 93_owner.decimalPlacesUpDown.Value = 4; 97_owner.decimalPlacesUpDown.Value = 5; 101_owner.decimalPlacesUpDown.Value = 6;
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (8)
35switch ((int)_owner.decimalPlacesUpDown.Value) 78_owner.decimalPlacesUpDown.Value = 0; 82_owner.decimalPlacesUpDown.Value = 1; 86_owner.decimalPlacesUpDown.Value = 2; 90_owner.decimalPlacesUpDown.Value = 3; 94_owner.decimalPlacesUpDown.Value = 4; 98_owner.decimalPlacesUpDown.Value = 5; 102_owner.decimalPlacesUpDown.Value = 6;