1 type derived from TextBoxPropertyLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
14private sealed partial class EditorPropertyLine : TextBoxPropertyLine, IWindowsFormsEditorService, IServiceProvider
1 instantiation of TextBoxPropertyLine
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
366return new TextBoxPropertyLine(serviceProvider, actionPanel);
5 references to TextBoxPropertyLine
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.cs (4)
682return TextBoxPropertyLine.CreateLineInfo(list, pti); 695return TextBoxPropertyLine.CreateLineInfo(list, pti); 780if (_lines[i] is TextBoxPropertyLine line) 789if (_lines[i] is TextBoxPropertyLine line)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
369public override Type LineType => typeof(TextBoxPropertyLine);