7 writes to Items
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (4)
172Items = items; 275Items = [.. _originalItems]; 280Items = []; 683Items = items;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
178Items = newLines;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
614Items = values;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
860set => base.Items = value;
6 references to Items
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
754object[] 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;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
859get => base.Items;