7 references to BrowsableAttributeList
System.Windows.Forms (7)
System\Windows\Forms\DataBinding\ListBindingHelper.cs (7)
487return TypeDescriptor.GetProperties(target!, BrowsableAttributeList); 568return TypeDescriptor.GetProperties(GetListItemType(type), BrowsableAttributeList); 578pdc = TypeDescriptor.GetProperties(targetType.GetElementType()!, BrowsableAttributeList); 593pdc = TypeDescriptor.GetProperties(type, BrowsableAttributeList); 631pdc = TypeDescriptor.GetProperties(enumerable, BrowsableAttributeList); 639pdc = TypeDescriptor.GetProperties(instance, BrowsableAttributeList); 643pdc = TypeDescriptor.GetProperties(enumerable, BrowsableAttributeList);