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)
1140if (_value == this) 1147if (_value is not null) 1156if (!_value.Equals(nextValue)) 1199public override object? GetValue(object? component) => _value;