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