7 references to IsGeneric
System.Xaml (7)
System\Xaml\Context\XamlContext.cs (1)
93
if (tagType.
IsGeneric
)
System\Xaml\XamlObjectReader.cs (1)
1163
if (type.
IsGeneric
)
System\Xaml\XamlType.cs (4)
1367
if (
IsGeneric
)
1803
if (!xamlType1.
IsGeneric
)
1805
return !xamlType2.
IsGeneric
;
1807
else if (!xamlType2.
IsGeneric
)
System\Xaml\XamlXmlWriter.cs (1)
1593
if (type is not null && type.IsMarkupExtension && !type.
IsGeneric
)