7 references to NodeFor
System.ComponentModel.TypeConverter (7)
System\ComponentModel\TypeDescriptor.cs (7)
514
return instance ??
NodeFor
(objectType).CreateInstance(provider, objectType, argTypes, args);
985
return
NodeFor
(type).GetDefaultTypeDescriptor(type);
999
return
NodeFor
(type).GetDefaultTypeDescriptor(type);
1618
return
NodeFor
(type).GetReflectionType(type);
1784
node =
NodeFor
(type);
2597
TypeDescriptionNode? typeDescriptionNode =
NodeFor
(ComObjectType);
2610
TypeDescriptionNode? typeDescriptionNode =
NodeFor
(ComObjectType);