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