1 write to _itemShape
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1184
_itemShape
= ListBindingHelper.GetListItemProperties(List);
7 references to _itemShape
System.Windows.Forms (7)
System\Windows\Forms\DataBinding\BindingSource.cs (7)
650
PropertyDescriptor? pd = (
_itemShape
?.Find(propertyName, true))
1327
if (item is not null &&
_itemShape
is not null)
1329
for (int j = 0; j <
_itemShape
.Count; j++)
1331
_itemShape
[j].AddValueChanged(item, _listItemPropertyChangedHandler);
1338
if (item is not null &&
_itemShape
is not null)
1340
for (int j = 0; j <
_itemShape
.Count; j++)
1342
_itemShape
[j].RemoveValueChanged(item, _listItemPropertyChangedHandler);