2 references to GetInternalType
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
102
return
GetInternalType
(type, null);
382
return result == null || result.IsPublic ? result :
GetInternalType
(result.UnderlyingType, result);