22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
814XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 880XamlType 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); 1549Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1641XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1682param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1698param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1793typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1800_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1829value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1857XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1942XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1949_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2597XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16());
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
200XamlType declaringType = GetXamlType(bamlProperty.DeclaringTypeId); 254declaringType = GetXamlType(bamlProperty.DeclaringTypeId); 285return GetXamlType(bamlProperty.DeclaringTypeId); 638xamlMember = GetXamlType(typeId).GetMember(propertyName);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
126type = schemaContext.GetXamlType(reader.ReadInt16()).UnderlyingType;