2 implementations of ITypeDescriptorFilterService
System.Windows.Forms.Design (2)
System\ComponentModel\Design\TypeDescriptorFilterService.cs (1)
12
internal sealed class TypeDescriptorFilterService :
ITypeDescriptorFilterService
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (1)
15
ITypeDescriptorFilterService
17 references to ITypeDescriptorFilterService
netstandard (1)
netstandard.cs (1)
271
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
ITypeDescriptorFilterService
))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
257
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
ITypeDescriptorFilterService
))]
System.ComponentModel.TypeConverter (6)
System\ComponentModel\TypeDescriptor.cs (6)
1961
ITypeDescriptorFilterService
? componentFilter = null;
1966
componentFilter = site.GetService(typeof(
ITypeDescriptorFilterService
)) as
ITypeDescriptorFilterService
;
3000
private readonly
ITypeDescriptorFilterService
_filterService;
3003
internal FilterCacheItem(
ITypeDescriptorFilterService
filterService, ICollection filteredMembers)
3009
internal bool IsValid(
ITypeDescriptorFilterService
filterService)
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignSurface.cs (2)
41
ServiceContainer.AddService<
ITypeDescriptorFilterService
>(callback);
424
if (serviceType == typeof(
ITypeDescriptorFilterService
))
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
2177
if (filterProp?.GetValue(manager) is
ITypeDescriptorFilterService
filterSvc)
System\ComponentModel\Design\TypeDescriptorFilterService.cs (3)
38
bool
ITypeDescriptorFilterService
.FilterAttributes(IComponent component, IDictionary attributes)
57
bool
ITypeDescriptorFilterService
.FilterEvents(IComponent component, IDictionary events)
76
bool
ITypeDescriptorFilterService
.FilterProperties(IComponent component, IDictionary properties)
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (3)
98
bool
ITypeDescriptorFilterService
.FilterAttributes(IComponent component, IDictionary attributes)
103
bool
ITypeDescriptorFilterService
.FilterEvents(IComponent component, IDictionary events)
108
bool
ITypeDescriptorFilterService
.FilterProperties(IComponent component, IDictionary properties)