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