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