45 references to BamlSchemaContext
PresentationFramework (45)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (45)
409return BamlSchemaContext.GetClrType(_binaryReader.ReadInt16()); 816XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 819StaticResource staticResource = new StaticResource(type, BamlSchemaContext); 882XamlType 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); 1480XamlMember property = BamlSchemaContext.GetProperty(propertyId, parentType); 1486XamlMember property = BamlSchemaContext.GetProperty(propertyId, isAttached); 1543property = BamlSchemaContext.GetDependencyProperty(_binaryReader.ReadInt16()); 1547Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1639XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1680param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1696param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1700param = BamlSchemaContext.GetString(valueId); 1776_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1787_xamlNodesWriter.WriteStartMember(BamlSchemaContext.TypeExtensionTypeProperty); 1789typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1796_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1825value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1829value = BamlSchemaContext.GetString(valueId); 1838_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1853XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1903_xamlNodesWriter.WriteStartObject(BamlSchemaContext.StaticResourceExtensionType); 1927_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1938XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1945_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2025$"{Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetPropertyDeclaringType(propertyId))}.{BamlSchemaContext.GetPropertyName(propertyId, false)}"; 2145BamlSchemaContext.AddXmlnsMapping(xamlNs, assemblies); 2188BamlSchemaContext.AddAssembly(assemblyId, assemblyName); 2200BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags); 2213BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags); 2224BamlSchemaContext.AddProperty(propertyId, declaringTypeId, propertyName); 2233BamlSchemaContext.AddString(id, value); 2395if (parentProperty == BamlSchemaContext.FrameworkTemplateTemplateProperty) 2604XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16()); 2673memberType = BamlSchemaContext.GetPropertyDeclaringType(valueId).UnderlyingType; 2674currentText = BamlSchemaContext.GetPropertyName(valueId, false);