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