1 write to _label
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
20_label = new Label
10 references to _label
System.Windows.Forms.Design (10)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (10)
28AddedControls.Add(_label); 40Size labelSize = _label.GetPreferredSize(new Size(int.MaxValue, int.MaxValue)); 43_label.Location = new Point(LineLeftMargin, top + LineVerticalPadding / 2); 44_label.Size = labelSize; 52if (_label.Font is not null) 54_label.Font = GetFont(); 67_label.Text = StripAmpersands(_textItem.DisplayName); 68_label.Font = GetFont(); 69_label.TabIndex = currentTabIndex++; 70toolTip.SetToolTip(_label, _textItem.Description);