1 override of InvokeFactoryMethod
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
224protected override object InvokeFactoryMethod(Type type, string methodName, object[] args)
1 reference to InvokeFactoryMethod
System.Xaml (1)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
87instance = InvokeFactoryMethod(type, methodName, args);