3 references to DelegatingTypeDescriptionProvider
System (3)
compmod\system\componentmodel\TypeDescriptor.cs (3)
2248node = new TypeDescriptionNode(new DelegatingTypeDescriptionProvider(baseType)); 2311node = new TypeDescriptionNode(new DelegatingTypeDescriptionProvider(type)); 2397target.Provider = new DelegatingTypeDescriptionProvider(keyType.BaseType);