4 references to ConstructorParameterProperties
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListBindingConverter.cs (4)
130
int lastItem =
ConstructorParameterProperties
.Length - 1;
136
if (
ConstructorParameterProperties
[lastItem] == null) {
142
PropertyDescriptor prop = TypeDescriptor.GetProperties(b)[
ConstructorParameterProperties
[lastItem]];
182
val = TypeDescriptor.GetProperties(b)[
ConstructorParameterProperties
[i]].GetValue(b);