1 write to _textBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TextBoxActionList.cs (1)
16
_textBox
= (TextBox)designer.Component;
2 references to _textBox
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TextBoxActionList.cs (2)
23
return
_textBox
.Multiline;
27
TypeDescriptor.GetProperties(
_textBox
)["Multiline"]!.SetValue(Component, value);