1 write to _label
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
24_label = new Label
10 references to _label
System.Windows.Forms.Design (10)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (10)
60AddedControls.Add(_label); 78if (string.IsNullOrEmpty(_label.Text)) 83return LineLeftMargin + _label.GetPreferredSize(new Size(int.MaxValue, int.MaxValue)).Width + TextBoxLineCenterMargin; 109_label.Location = new Point(LineLeftMargin, top); 110int labelPreferredWidth = _label.GetPreferredSize(new Size(int.MaxValue, int.MaxValue)).Width; 111_label.Size = new Size(labelPreferredWidth, height); 127_label.Text = StripAmpersands(PropertyItem!.DisplayName); 128_label.TabIndex = currentTabIndex++; 129toolTip.SetToolTip(_label, PropertyItem.Description); 298if (!string.IsNullOrEmpty(_label.Text))