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)
1134if (_value == this) 1141if (_value is not null) 1150if (!_value.Equals(nextValue)) 1193public override object? GetValue(object? component) => _value;