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)
21get => _textBox.Multiline; 22set => TypeDescriptor.GetProperties(_textBox)[nameof(Multiline)]!.SetValue(Component, value);