1 write to Value
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1225li.Value = value!;
14 references to Value
System.Windows.Forms.Design (14)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (14)
99Type type = item.Value.GetType(); 183items[i] = ((ListItem)_listBox.Items[i]).Value; 615item.Editor.PaintValue(item.Value, g, baseVar); 694items[i] = ((ListItem)_listBox.Items[i]).Value; 888_editor.OnItemRemoving(item.Value); 892if (_createdItems is not null && _createdItems.Contains(item.Value)) 894DestroyInstance(item.Value); 895_createdItems.Remove(item.Value); 902if (CanRemoveInstance(item.Value)) 906_removedItems.Add(item.Value); 1040_removeButton.Enabled = editEnabled && AllowRemoveInstance(((ListItem)_listBox.SelectedItem!).Value); 1061items[i] = ((ListItem)_listBox.SelectedItems[i]!).Value; 1150_value = li.Value; 1154object? nextValue = li.Value;