7 references to NodeFor
System.ComponentModel.TypeConverter (7)
System\ComponentModel\TypeDescriptor.cs (7)
513
return instance ??
NodeFor
(objectType).CreateInstance(provider, objectType, argTypes, args);
984
return
NodeFor
(type).GetDefaultTypeDescriptor(type);
998
return
NodeFor
(type).GetDefaultTypeDescriptor(type);
1617
return
NodeFor
(type).GetReflectionType(type);
1783
node =
NodeFor
(type);
2596
TypeDescriptionNode? typeDescriptionNode =
NodeFor
(ComObjectType);
2609
TypeDescriptionNode? typeDescriptionNode =
NodeFor
(ComObjectType);