45 references to BamlSchemaContext
PresentationFramework (45)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (45)
410return BamlSchemaContext.GetClrType(_binaryReader.ReadInt16()); 817XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 820StaticResource staticResource = new StaticResource(type, BamlSchemaContext); 883XamlType 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); 1481XamlMember property = BamlSchemaContext.GetProperty(propertyId, parentType); 1487XamlMember property = BamlSchemaContext.GetProperty(propertyId, isAttached); 1544property = BamlSchemaContext.GetDependencyProperty(_binaryReader.ReadInt16()); 1548Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1640XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1681param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1697param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1701param = 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)}"; 2146BamlSchemaContext.AddXmlnsMapping(xamlNs, assemblies); 2189BamlSchemaContext.AddAssembly(assemblyId, assemblyName); 2201BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags); 2214BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags); 2225BamlSchemaContext.AddProperty(propertyId, declaringTypeId, propertyName); 2234BamlSchemaContext.AddString(id, value); 2396if (parentProperty == BamlSchemaContext.FrameworkTemplateTemplateProperty) 2605XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16()); 2674memberType = BamlSchemaContext.GetPropertyDeclaringType(valueId).UnderlyingType; 2675currentText = BamlSchemaContext.GetPropertyName(valueId, false);