1 override of CreateInstance
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownTypeInvoker.cs (1)
22
public override object
CreateInstance
(object[] arguments)
2 references to CreateInstance
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownTypeInvoker.cs (1)
39
return base.
CreateInstance
(arguments);
System.Xaml (1)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
71
return xamlType.Invoker.
CreateInstance
(args);