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