3 references to GetItemProperties
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (3)
138
return this.
GetItemProperties
(this.BindType, 0, dataSources, listAccessors);
198
return this.
GetItemProperties
(itemProps[j].PropertyType, offset + 1, dataSources, listAccessors);
205
return this.
GetItemProperties
(props[i].PropertyType, offset + 1, dataSources, listAccessors);