1 write to itemShape
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1340this.itemShape = ListBindingHelper.GetListItemProperties(List);
8 references to itemShape
System.Windows.Forms (8)
winforms\Managed\System\WinForms\BindingSource.cs (8)
798PropertyDescriptor pd = (itemShape == null) ? null : itemShape.Find(propertyName, true); 1469if (item != null && this.itemShape != null) { 1470for (int j = 0; j < this.itemShape.Count; j++) { 1471this.itemShape[j].AddValueChanged(item, listItemPropertyChangedHandler); 1477if (item != null && this.itemShape != null) { 1478for (int j = 0; j < this.itemShape.Count; j++) { 1479this.itemShape[j].RemoveValueChanged(item, listItemPropertyChangedHandler);