3 references to DelegatingTypeDescriptionProvider
System.ComponentModel.TypeConverter (3)
System\ComponentModel\TypeDescriptor.cs (3)
1699node = new TypeDescriptionNode(new DelegatingTypeDescriptionProvider(baseType)); 1780node = new TypeDescriptionNode(new DelegatingTypeDescriptionProvider(type)); 1865target.Provider = new DelegatingTypeDescriptionProvider(keyType.BaseType!);