7 references to BrowsableAttributeList
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListBindingHelper.cs (7)
496pdc = TypeDescriptor.GetProperties(target, BrowsableAttributeList); 570return TypeDescriptor.GetProperties(GetListItemType(type), BrowsableAttributeList); 578pdc = TypeDescriptor.GetProperties(targetType.GetElementType(), BrowsableAttributeList); 590pdc = TypeDescriptor.GetProperties(type, BrowsableAttributeList); 628pdc = TypeDescriptor.GetProperties(enumerable, BrowsableAttributeList); 634pdc = TypeDescriptor.GetProperties(instance, BrowsableAttributeList); 637pdc = TypeDescriptor.GetProperties(enumerable, BrowsableAttributeList);