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