22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
815XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 881XamlType 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); 1550Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1642XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1683param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1699param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1794typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1801_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1830value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1858XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1943XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1950_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2598XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16());
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
201XamlType declaringType = GetXamlType(bamlProperty.DeclaringTypeId); 255declaringType = GetXamlType(bamlProperty.DeclaringTypeId); 286return GetXamlType(bamlProperty.DeclaringTypeId); 639xamlMember = GetXamlType(typeId).GetMember(propertyName);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
127type = schemaContext.GetXamlType(reader.ReadInt16()).UnderlyingType;