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