2 writes to _value
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
1316_value = value; 1347_value = value;
3 references to _value
System.Windows.Forms.Design (3)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (3)
1320public override string ToString() => _parentCollectionEditor.GetDisplayText(_value); 1328_uiTypeEditor = TypeDescriptor.GetEditor(_value, typeof(UITypeEditor)); 1343get => _value;