22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
817XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 883XamlType xamlType = BamlSchemaContext.GetXamlType(keyId); 1091_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType); 1097_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId))); 1141type = BamlSchemaContext.GetXamlType(typeId); 1311XamlType type = _context.SchemaContext.GetXamlType(typeId); 1548Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1640XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1681param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1697param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1790typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1797_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1826value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1854XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1939XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1946_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2605XamlType 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;