45 references to BamlSchemaContext
PresentationFramework (45)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (45)
405return BamlSchemaContext.GetClrType(_binaryReader.ReadInt16()); 814XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 817StaticResource staticResource = new StaticResource(type, BamlSchemaContext); 880XamlType xamlType = BamlSchemaContext.GetXamlType(keyId); 931_xamlNodesWriter.WriteStartMember(BamlSchemaContext.ResourceDictionaryDeferredContentProperty); 949XamlMember property = BamlSchemaContext.GetXamlDirective(XamlLanguage.Xaml2006Namespace, BamlSchemaContext.GetString(stringId)); 996type = BamlSchemaContext.GetClrType(typeId); 1034string textValue = BamlSchemaContext.GetString(textId); 1090_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType); 1096_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId))); 1136type = BamlSchemaContext.GetXamlType(rootType); 1140type = BamlSchemaContext.GetXamlType(typeId); 1482XamlMember property = BamlSchemaContext.GetProperty(propertyId, parentType); 1488XamlMember property = BamlSchemaContext.GetProperty(propertyId, isAttached); 1545property = BamlSchemaContext.GetDependencyProperty(_binaryReader.ReadInt16()); 1549Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1641XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1682param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1698param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1702param = BamlSchemaContext.GetString(valueId); 1780_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1791_xamlNodesWriter.WriteStartMember(BamlSchemaContext.TypeExtensionTypeProperty); 1793typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1800_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1829value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1833value = BamlSchemaContext.GetString(valueId); 1842_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1857XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1907_xamlNodesWriter.WriteStartObject(BamlSchemaContext.StaticResourceExtensionType); 1931_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1942XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1949_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2029$"{Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetPropertyDeclaringType(propertyId))}.{BamlSchemaContext.GetPropertyName(propertyId, false)}"; 2149BamlSchemaContext.AddXmlnsMapping(xamlNs, assemblies); 2192BamlSchemaContext.AddAssembly(assemblyId, assemblyName); 2204BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags); 2217BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags); 2228BamlSchemaContext.AddProperty(propertyId, declaringTypeId, propertyName); 2237BamlSchemaContext.AddString(id, value); 2399if (parentProperty == BamlSchemaContext.FrameworkTemplateTemplateProperty) 2608XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16()); 2677memberType = BamlSchemaContext.GetPropertyDeclaringType(valueId).UnderlyingType; 2678currentText = BamlSchemaContext.GetPropertyName(valueId, false);