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