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