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