7 references to IsGeneric
System.Xaml (7)
System\Xaml\Context\XamlContext.cs (1)
96
if (tagType.
IsGeneric
)
System\Xaml\XamlObjectReader.cs (1)
1165
if (type.
IsGeneric
)
System\Xaml\XamlType.cs (4)
1469
if (
IsGeneric
)
1932
if (!xamlType1.
IsGeneric
)
1934
return !xamlType2.
IsGeneric
;
1936
else if (!xamlType2.
IsGeneric
)
System\Xaml\XamlXmlWriter.cs (1)
1612
if (type is not null && type.IsMarkupExtension && !type.
IsGeneric
)