1 write to ListSource
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingSourceTests.cs (1)
216ListSourceDataClass listSourceDataClass = new() { ListSource = mockListSource.Object };
2 references to ListSource
System.Windows.Forms.Tests (2)
System\Windows\Forms\BindingSourceTests.cs (2)
217yield return new object[] { listSourceDataClass, nameof(ListSourceDataClass.ListSource), true, false, true, false, false, false, list }; 218yield return new object[] { listSourceDataClass, nameof(ListSourceDataClass.ListSource).ToLower(), true, false, true, false, false, false, list };