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