1 write to _label1
WinFormsControlsTest (1)
ToolStripSeparatorPreferredSize.cs (1)
36
_label1
= new Label();
5 references to _label1
WinFormsControlsTest (5)
ToolStripSeparatorPreferredSize.cs (5)
26
_label1
.Text = $"Layout: {_toolStrip1.LayoutStyle}, Size: {_toolStripSeparator1.Size}, GetPreferredSize: {_toolStripSeparator1.GetPreferredSize(_toolStripSeparator1.Size)}";
79
_label1
.Name = "label1";
80
_label1
.Location = new System.Drawing.Point(10, 50);
81
_label1
.AutoSize = true;
89
Controls.Add(
_label1
);