2 implementations of FilterAttributes
System.Windows.Forms.Design (2)
System\ComponentModel\Design\TypeDescriptorFilterService.cs (1)
38
bool ITypeDescriptorFilterService.
FilterAttributes
(IComponent component, IDictionary attributes)
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (1)
98
bool ITypeDescriptorFilterService.
FilterAttributes
(IComponent component, IDictionary attributes)
1 reference to FilterAttributes
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2006
cacheResults = componentFilter.
FilterAttributes
(component!, filterTable);