22 references to GetXamlType
PresentationFramework (22)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
837XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 904XamlType xamlType = BamlSchemaContext.GetXamlType(keyId); 1113_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType); 1119_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId))); 1153type = BamlSchemaContext.GetXamlType(typeId); 1325XamlType type = _context.SchemaContext.GetXamlType(typeId); 1563Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1655XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1696param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1712param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1807typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1814_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1843value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1871XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1958XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1965_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2629XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16());
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
210XamlType declaringType = GetXamlType(bamlProperty.DeclaringTypeId); 264declaringType = GetXamlType(bamlProperty.DeclaringTypeId); 295return GetXamlType(bamlProperty.DeclaringTypeId); 658xamlMember = GetXamlType(typeId).GetMember(propertyName);
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (1)
144type = schemaContext.GetXamlType(reader.ReadInt16()).UnderlyingType;