6 writes to _value
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (6)
1129
_value
= this;
1136
_value
= li.Value;
1145
_value
= null;
1152
_value
= null;
1161
_value
= null;
1207
_value
= value;
4 references to _value
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (4)
1134
if (
_value
== this)
1141
if (
_value
is not null)
1150
if (!
_value
.Equals(nextValue))
1193
public override object? GetValue(object? component) =>
_value
;