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