3 writes to EditValue
System.Windows.Forms.Design (3)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
113EditValue = newValue;
System\ComponentModel\Design\CollectionEditor.cs (2)
231localCollectionForm.EditValue = value; 268localCollectionForm.EditValue = null;
8 references to EditValue
System.Windows.Forms.Design (8)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
763if (EditValue is not null)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (4)
56if (EditValue is IList list) 91get => _editor.GetItems(EditValue); 110object? newValue = _editor.SetItems(EditValue, value); 111if (newValue != EditValue)
System\ComponentModel\Design\CollectionEditor.cs (1)
259value = localCollectionForm.EditValue;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
426Collection = (ToolStripItemCollection)EditValue;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
407if (EditValue is not null)