System\Windows\Markup\Baml2006\Baml2006Reader.cs (45)
406return BamlSchemaContext.GetClrType(_binaryReader.ReadInt16());
815XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16());
818StaticResource staticResource = new StaticResource(type, BamlSchemaContext);
881XamlType xamlType = BamlSchemaContext.GetXamlType(keyId);
932_xamlNodesWriter.WriteStartMember(BamlSchemaContext.ResourceDictionaryDeferredContentProperty);
950XamlMember property = BamlSchemaContext.GetXamlDirective(XamlLanguage.Xaml2006Namespace, BamlSchemaContext.GetString(stringId));
997type = BamlSchemaContext.GetClrType(typeId);
1035string textValue = BamlSchemaContext.GetString(textId);
1091_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType);
1097_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId)));
1137type = BamlSchemaContext.GetXamlType(rootType);
1141type = BamlSchemaContext.GetXamlType(typeId);
1483XamlMember property = BamlSchemaContext.GetProperty(propertyId, parentType);
1489XamlMember property = BamlSchemaContext.GetProperty(propertyId, isAttached);
1546property = BamlSchemaContext.GetDependencyProperty(_binaryReader.ReadInt16());
1550Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType;
1642XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId));
1683param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType;
1699param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType;
1703param = BamlSchemaContext.GetString(valueId);
1781_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty);
1792_xamlNodesWriter.WriteStartMember(BamlSchemaContext.TypeExtensionTypeProperty);
1794typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType;
1801_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId)));
1830value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType;
1834value = BamlSchemaContext.GetString(valueId);
1843_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty);
1858XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16());
1908_xamlNodesWriter.WriteStartObject(BamlSchemaContext.StaticResourceExtensionType);
1932_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty);
1943XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId);
1950_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId)));
2030$"{Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetPropertyDeclaringType(propertyId))}.{BamlSchemaContext.GetPropertyName(propertyId, false)}";
2148BamlSchemaContext.AddXmlnsMapping(xamlNs, assemblies);
2185BamlSchemaContext.AddAssembly(assemblyId, assemblyName);
2197BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags);
2210BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags);
2221BamlSchemaContext.AddProperty(propertyId, declaringTypeId, propertyName);
2230BamlSchemaContext.AddString(id, value);
2392if (parentProperty == BamlSchemaContext.FrameworkTemplateTemplateProperty)
2598XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16());
2667memberType = BamlSchemaContext.GetPropertyDeclaringType(valueId).UnderlyingType;
2668currentText = BamlSchemaContext.GetPropertyName(valueId, false);