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