6 writes to _value
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (6)
1143
_value
= this;
1150
_value
= li.Value;
1159
_value
= null;
1166
_value
= null;
1175
_value
= null;
1221
_value
= value;
4 references to _value
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (4)
1148
if (
_value
== this)
1155
if (
_value
is not null)
1164
if (!
_value
.Equals(nextValue))
1207
public override object? GetValue(object? component) =>
_value
;