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)
23return _textBox.Multiline; 27TypeDescriptor.GetProperties(_textBox)["Multiline"]!.SetValue(Component, value);