1 write to sampleLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
39
sampleLabel
= new System.Windows.Forms.Label();
8 references to sampleLabel
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\FormatControl.cs (5)
94
sampleLabel
.Text = customFormatType.SampleString;
103
sampleLabel
.Text = item.SampleString;
112
sampleLabel
.Text = item.SampleString;
125
sampleLabel
.Text = item.SampleString;
408
sampleLabel
.Text = item.SampleString;
System\Windows\Forms\Design\FormatControl.Designer.cs (3)
92
sampleGroupBox.Controls.Add(this.
sampleLabel
);
99
resources.ApplyResources(this.
sampleLabel
, "sampleLabel");
100
sampleLabel
.Name = "sampleLabel";