3 references to GetKnownType
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
2074return GetKnownType((Int16)(-1 * (Int16)typeConverterType));
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1015Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId);
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
625xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId));