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)
685return TextBoxPropertyLine.CreateLineInfo(list, pti); 698return TextBoxPropertyLine.CreateLineInfo(list, pti); 783if (_lines[i] is TextBoxPropertyLine line) 792if (_lines[i] is TextBoxPropertyLine line)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
369public override Type LineType => typeof(TextBoxPropertyLine);