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