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