7 references to NodeFor
System.ComponentModel.TypeConverter (7)
System\ComponentModel\TypeDescriptor.cs (7)
504
return instance ??
NodeFor
(objectType).CreateInstance(provider, objectType, argTypes, args);
975
return
NodeFor
(type).GetDefaultTypeDescriptor(type);
989
return
NodeFor
(type).GetDefaultTypeDescriptor(type);
1608
return
NodeFor
(type).GetReflectionType(type);
1774
node =
NodeFor
(type);
2587
TypeDescriptionNode? typeDescriptionNode =
NodeFor
(ComObjectType);
2600
TypeDescriptionNode? typeDescriptionNode =
NodeFor
(ComObjectType);