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