7 references to IsGeneric
System.Xaml (7)
System\Xaml\Context\XamlContext.cs (1)
96
if (tagType.
IsGeneric
)
System\Xaml\XamlObjectReader.cs (1)
1168
if (type.
IsGeneric
)
System\Xaml\XamlType.cs (4)
1370
if (
IsGeneric
)
1806
if (!xamlType1.
IsGeneric
)
1808
return !xamlType2.
IsGeneric
;
1810
else if (!xamlType2.
IsGeneric
)
System\Xaml\XamlXmlWriter.cs (1)
1595
if (type != null && type.IsMarkupExtension && !type.
IsGeneric
)