22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
816XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 882XamlType xamlType = BamlSchemaContext.GetXamlType(keyId); 1090_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType); 1096_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId))); 1140type = BamlSchemaContext.GetXamlType(typeId); 1310XamlType type = _context.SchemaContext.GetXamlType(typeId); 1547Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1639XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1680param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1696param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1789typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1796_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1825value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1853XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1938XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1945_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2604XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16());
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
214XamlType declaringType = GetXamlType(bamlProperty.DeclaringTypeId); 268declaringType = GetXamlType(bamlProperty.DeclaringTypeId); 299return GetXamlType(bamlProperty.DeclaringTypeId); 650xamlMember = GetXamlType(typeId).GetMember(propertyName);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
136type = schemaContext.GetXamlType(reader.ReadInt16()).UnderlyingType;