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)
242value = CreateInstance(property.Type, null);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
143return _transparentRuntime.CreateInstance(xamlType, args); 163return _elevatedRuntime.CreateInstance(xamlType, args);