8 references to SetValue
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
48SetValue(_checkBox.Checked);
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
42SetValue(newValue); 124SetValue(listBox.SelectedItem);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (5)
202SetValue(standardValues[i + 1]); 212SetValue(standardValues[0]); 232SetValue(standardValues[i - 1]); 242SetValue(standardValues[^1]); 312SetValue(EditControl!.Text);