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