System\Windows\Markup\Baml2006\Baml2006Reader.cs (45)
402return BamlSchemaContext.GetClrType(_binaryReader.ReadInt16());
811XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16());
814StaticResource staticResource = new StaticResource(type, BamlSchemaContext);
877XamlType xamlType = BamlSchemaContext.GetXamlType(keyId);
928_xamlNodesWriter.WriteStartMember(BamlSchemaContext.ResourceDictionaryDeferredContentProperty);
946XamlMember property = BamlSchemaContext.GetXamlDirective(XamlLanguage.Xaml2006Namespace, BamlSchemaContext.GetString(stringId));
993type = BamlSchemaContext.GetClrType(typeId);
1031string textValue = BamlSchemaContext.GetString(textId);
1087_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType);
1093_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId)));
1133type = BamlSchemaContext.GetXamlType(rootType);
1137type = BamlSchemaContext.GetXamlType(typeId);
1479XamlMember property = BamlSchemaContext.GetProperty(propertyId, parentType);
1485XamlMember property = BamlSchemaContext.GetProperty(propertyId, isAttached);
1542property = BamlSchemaContext.GetDependencyProperty(_binaryReader.ReadInt16());
1546Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType;
1638XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId));
1679param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType;
1695param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType;
1699param = BamlSchemaContext.GetString(valueId);
1777_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty);
1788_xamlNodesWriter.WriteStartMember(BamlSchemaContext.TypeExtensionTypeProperty);
1790typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType;
1797_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId)));
1826value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType;
1830value = BamlSchemaContext.GetString(valueId);
1839_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty);
1854XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16());
1904_xamlNodesWriter.WriteStartObject(BamlSchemaContext.StaticResourceExtensionType);
1928_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty);
1939XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId);
1946_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId)));
2026$"{Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetPropertyDeclaringType(propertyId))}.{BamlSchemaContext.GetPropertyName(propertyId, false)}";
2144BamlSchemaContext.AddXmlnsMapping(xamlNs, assemblies);
2181BamlSchemaContext.AddAssembly(assemblyId, assemblyName);
2193BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags);
2206BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags);
2217BamlSchemaContext.AddProperty(propertyId, declaringTypeId, propertyName);
2226BamlSchemaContext.AddString(id, value);
2388if (parentProperty == BamlSchemaContext.FrameworkTemplateTemplateProperty)
2594XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16());
2663memberType = BamlSchemaContext.GetPropertyDeclaringType(valueId).UnderlyingType;
2664currentText = BamlSchemaContext.GetPropertyName(valueId, false);