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)
1148if (_value == this) 1155if (_value is not null) 1164if (!_value.Equals(nextValue)) 1207public override object? GetValue(object? component) => _value;