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