1 write to Value
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1217li.Value = value!;
14 references to Value
System.Windows.Forms.Design (14)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (14)
85Type type = item.Value.GetType(); 169items[i] = ((ListItem)_listBox.Items[i]).Value; 601item.Editor.PaintValue(item.Value, g, baseVar); 680items[i] = ((ListItem)_listBox.Items[i]).Value; 874_editor.OnItemRemoving(item.Value); 878if (_createdItems is not null && _createdItems.Contains(item.Value)) 880DestroyInstance(item.Value); 881_createdItems.Remove(item.Value); 888if (CanRemoveInstance(item.Value)) 892_removedItems.Add(item.Value); 1032_removeButton.Enabled = editEnabled && AllowRemoveInstance(((ListItem)_listBox.SelectedItem!).Value); 1053items[i] = ((ListItem)_listBox.SelectedItems[i]!).Value; 1142_value = li.Value; 1146object? nextValue = li.Value;