6 references to InsertItem
WindowsBase.Tests (6)
System\ComponentModel\SortDescriptionCollectionTests.cs (6)
306
collection.
InsertItem
(0, description1);
312
collection.
InsertItem
(0, description2);
339
collection.
InsertItem
(0, description1);
351
collection.
InsertItem
(0, description2);
366
collection.
InsertItem
(2, description3);
384
Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.
InsertItem
(index, description));