6 writes to _value
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (6)
1135
_value
= this;
1142
_value
= li.Value;
1151
_value
= null;
1158
_value
= null;
1167
_value
= null;
1213
_value
= value;
4 references to _value
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (4)
1140
if (
_value
== this)
1147
if (
_value
is not null)
1156
if (!
_value
.Equals(nextValue))
1199
public override object? GetValue(object? component) =>
_value
;