2 writes to _value
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
1322
_value
= value;
1353
_value
= value;
3 references to _value
System.Windows.Forms.Design (3)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (3)
1326
public override string ToString() => _parentCollectionEditor.GetDisplayText(
_value
);
1334
_uiTypeEditor = TypeDescriptor.GetEditor(
_value
, typeof(UITypeEditor));
1349
get =>
_value
;