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