6 references to GetPersons
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (2)
68
DataSource = TestDataSources.
GetPersons
(),
74
foreach (Person person in TestDataSources.
GetPersons
())
System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs (2)
27
DataSource = TestDataSources.
GetPersons
()
33
List<Person> persons = TestDataSources.
GetPersons
();
System.Windows.Forms.UI.IntegrationTests (1)
DataGridViewTests.cs (1)
53
DataSource = TestDataSources.
GetPersons
()
WinFormsControlsTest (1)
ComboBoxes.cs (1)
17
dataBoundComboBox.DataSource = TestDataSources.
GetPersons
();