1 write to _itemType
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1183
_itemType
= ListBindingHelper.GetListItemType(List);
9 references to _itemType
System.Windows.Forms (9)
System\Windows\Forms\DataBinding\BindingSource.cs (9)
930
SetList(CreateBindingList(
_itemType
!), false, false);
1149
list = CreateBindingList(
_itemType
);
1185
_itemConstructor =
_itemType
.GetConstructor(
1472
if (value is not null && !
_itemType
!.IsAssignableFrom(value.GetType()))
1477
if (value is null &&
_itemType
!.IsValueType)
1571
_itemType
is null ? "(null)" :
_itemType
.FullName));
1610
_itemType
is null ? "(null)" :
_itemType
.FullName));