1 write to secondRowLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
41secondRowLabel = new System.Windows.Forms.Label();
20 references to secondRowLabel
System.Windows.Forms.Design (20)
System\Windows\Forms\Design\FormatControl.cs (16)
186if (IsMnemonic(charCode, secondRowLabel.Text)) 198if (IsMnemonic(charCode, secondRowLabel.Text)) 210if (IsMnemonic(charCode, secondRowLabel.Text)) 247secondRowLabel.Text = string.Empty; 252secondRowLabel.Text = SR.BindingFormattingDialogDecimalPlaces; 263secondRowLabel.Text = SR.BindingFormattingDialogCustomFormat; 284secondRowLabel.Text = SR.BindingFormattingDialogType; 301secondRowLabel.Visible = secondRowLabel.Text.Length > 0; 376secondRowLabel.Text = SR.BindingFormattingDialogDecimalPlaces; 377minWidth = Math.Max(minWidth, secondRowLabel.Width); 378minHeight = Math.Max(minHeight, secondRowLabel.Height); 380secondRowLabel.Text = SR.BindingFormattingDialogCustomFormat; 381minWidth = Math.Max(minWidth, secondRowLabel.Width); 382minHeight = Math.Max(minHeight, secondRowLabel.Height); 385secondRowLabel.MinimumSize = new Drawing.Size(minWidth, minHeight);
System\Windows\Forms\Design\FormatControl.Designer.cs (4)
107tableLayoutPanel1.Controls.Add(this.secondRowLabel, 0, 1); 116resources.ApplyResources(this.secondRowLabel, "secondRowLabel"); 117secondRowLabel.MinimumSize = new System.Drawing.Size(81, 14); 118secondRowLabel.Name = "secondRowLabel";