6 writes to Items
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (4)
186Items = items; 289Items = [.. _originalItems]; 294Items = []; 697Items = items;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
178Items = newLines;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
614Items = values;
5 references to Items
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
768object[] items = Items;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (3)
152if (lines.Length != Items.Length) 160if (!lines[i].Equals(Items[i]?.ToString())) 187=> _textEntry.Text = string.Join(Environment.NewLine, Items);
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
409object[] items = Items;