5 references to ConstructionRequiresArguments
System.Xaml (5)
System\Xaml\Parser\XamlPullParser.cs (1)
272
bool isConstructable = currentType.IsConstructible && !currentType.
ConstructionRequiresArguments
;
System\Xaml\XamlObjectReader.cs (1)
1428
return type.IsConstructible && !type.
ConstructionRequiresArguments
;
System\Xaml\XamlType.cs (1)
847
if (!
ConstructionRequiresArguments
)
System\Xaml\XamlXmlWriter.cs (2)
1059
if (containingType != null && containingType.
ConstructionRequiresArguments
)
1167
if (containingType != null && containingType.
ConstructionRequiresArguments
)