22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
811XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 877XamlType xamlType = BamlSchemaContext.GetXamlType(keyId); 1087_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType); 1093_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId))); 1137type = BamlSchemaContext.GetXamlType(typeId); 1307XamlType type = _context.SchemaContext.GetXamlType(typeId); 1546Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1638XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1679param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1695param = 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))); 2594XamlType 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;