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