3 references to IsConstructible
System.Xaml (3)
System\Xaml\Parser\XamlPullParser.cs (1)
270
bool isConstructable = currentType.
IsConstructible
&& !currentType.ConstructionRequiresArguments;
System\Xaml\XamlObjectReader.cs (2)
1423
return type.
IsConstructible
&& !type.ConstructionRequiresArguments;
1702
if (!xamlType.
IsConstructible
)