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