7 references to IsGeneric
System.Xaml (7)
System\Xaml\Context\XamlContext.cs (1)
97
if (tagType.
IsGeneric
)
System\Xaml\XamlObjectReader.cs (1)
1166
if (type.
IsGeneric
)
System\Xaml\XamlType.cs (4)
1470
if (
IsGeneric
)
1934
if (!xamlType1.
IsGeneric
)
1936
return !xamlType2.
IsGeneric
;
1938
else if (!xamlType2.
IsGeneric
)
System\Xaml\XamlXmlWriter.cs (1)
1626
if (type is not null && type.IsMarkupExtension && !type.
IsGeneric
)