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)
650PropertyDescriptor? pd = (_itemShape?.Find(propertyName, true)) 1327if (item is not null && _itemShape is not null) 1329for (int j = 0; j < _itemShape.Count; j++) 1331_itemShape[j].AddValueChanged(item, _listItemPropertyChangedHandler); 1338if (item is not null && _itemShape is not null) 1340for (int j = 0; j < _itemShape.Count; j++) 1342_itemShape[j].RemoveValueChanged(item, _listItemPropertyChangedHandler);