2 overrides of CreateInstance
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
44public override object CreateInstance(XamlType xamlType, object[] args)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
136public override object CreateInstance(XamlType xamlType, object[] args)
2 references to CreateInstance
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
679_context.CurrentCollection = Runtime.CreateInstance(property.Type, null); 1168inst = Runtime.CreateInstance(currentType, ctx.CurrentCtorArgs);