8 references to GetListItemType
System.Windows.Forms (6)
System\Windows\Forms\DataBinding\BindingSource.cs (2)
674return CreateBindingList(ListBindingHelper.GetListItemType(type)); 1183_itemType = ListBindingHelper.GetListItemType(List);
System\Windows\Forms\DataBinding\CurrencyManager.cs (1)
134internal override Type BindType => ListBindingHelper.GetListItemType(List);
System\Windows\Forms\DataBinding\ListBindingHelper.cs (3)
284return GetListItemType(dataSource); 302return GetListItemType(dmProp.PropertyType); 567return TypeDescriptor.GetProperties(GetListItemType(type), BrowsableAttributeList);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (2)
177Assert.Equal(expected, ListBindingHelper.GetListItemType(list)); 227Assert.Throws<NotSupportedException>(() => ListBindingHelper.GetListItemType(list));