2 references to CreateInstanceWithCtor
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
151result = CreateInstanceWithCtor(clrType, null); 192return CreateInstanceWithCtor(xamlType.UnderlyingType, args);