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