22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
812XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 878XamlType xamlType = BamlSchemaContext.GetXamlType(keyId); 1086_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType); 1092_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId))); 1136type = BamlSchemaContext.GetXamlType(typeId); 1306XamlType type = _context.SchemaContext.GetXamlType(typeId); 1543Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1635XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1676param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1692param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1785typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1792_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1821value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1849XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1934XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1941_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2600XamlType 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); 637xamlMember = GetXamlType(typeId).GetMember(propertyName);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
127type = schemaContext.GetXamlType(reader.ReadInt16()).UnderlyingType;