7 references to BrowsableAttributeList
System.Windows.Forms (7)
System\Windows\Forms\DataBinding\ListBindingHelper.cs (7)
486return TypeDescriptor.GetProperties(target!, BrowsableAttributeList); 567return TypeDescriptor.GetProperties(GetListItemType(type), BrowsableAttributeList); 577pdc = TypeDescriptor.GetProperties(targetType.GetElementType()!, BrowsableAttributeList); 592pdc = TypeDescriptor.GetProperties(type, BrowsableAttributeList); 630pdc = TypeDescriptor.GetProperties(enumerable, BrowsableAttributeList); 638pdc = TypeDescriptor.GetProperties(instance, BrowsableAttributeList); 642pdc = TypeDescriptor.GetProperties(enumerable, BrowsableAttributeList);