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