1 write to nullValueLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
42nullValueLabel = new System.Windows.Forms.Label();
9 references to nullValueLabel
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\FormatControl.cs (5)
169if (IsMnemonic(charCode, nullValueLabel.Text)) 372nullValueLabel.Text = SR.BindingFormattingDialogNullValue; 373minWidth = nullValueLabel.Width; 374minHeight = nullValueLabel.Height; 384nullValueLabel.MinimumSize = new Drawing.Size(minWidth, minHeight);
System\Windows\Forms\Design\FormatControl.Designer.cs (4)
105tableLayoutPanel1.Controls.Add(this.nullValueLabel, 0, 0); 122resources.ApplyResources(this.nullValueLabel, "nullValueLabel"); 123nullValueLabel.MinimumSize = new System.Drawing.Size(81, 14); 124nullValueLabel.Name = "nullValueLabel";