Base:
method
CreateInstance
MS.Internal.Xaml.Runtime.XamlRuntime.CreateInstance(System.Xaml.XamlType, System.Object[])
3 references to CreateInstance
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
240value = CreateInstance(property.Type, null);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
141return _transparentRuntime.CreateInstance(xamlType, args); 161return _elevatedRuntime.CreateInstance(xamlType, args);