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