45 references to BamlSchemaContext
PresentationFramework (45)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (45)
428return BamlSchemaContext.GetClrType(_binaryReader.ReadInt16()); 837XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 841StaticResource staticResource = new StaticResource(type, BamlSchemaContext); 904XamlType xamlType = BamlSchemaContext.GetXamlType(keyId); 953_xamlNodesWriter.WriteStartMember(BamlSchemaContext.ResourceDictionaryDeferredContentProperty); 971XamlMember property = BamlSchemaContext.GetXamlDirective(XamlLanguage.Xaml2006Namespace, BamlSchemaContext.GetString(stringId)); 1018type = BamlSchemaContext.GetClrType(typeId); 1056string textValue = BamlSchemaContext.GetString(textId); 1113_xamlNodesWriter.WriteValue(BamlSchemaContext.GetXamlType(typeId).UnderlyingType); 1119_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(typeId))); 1149type = BamlSchemaContext.GetXamlType(rootType); 1153type = BamlSchemaContext.GetXamlType(typeId); 1495XamlMember property = BamlSchemaContext.GetProperty(propertyId, parentType); 1501XamlMember property = BamlSchemaContext.GetProperty(propertyId, isAttached); 1559property = BamlSchemaContext.GetDependencyProperty(_binaryReader.ReadInt16()); 1563Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1655XamlType extensionType = BamlSchemaContext.GetXamlType((short)(-extensionTypeId)); 1696param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1712param = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1716param = BamlSchemaContext.GetString(valueId); 1794_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1805_xamlNodesWriter.WriteStartMember(BamlSchemaContext.TypeExtensionTypeProperty); 1807typeExtensionType = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1814_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(valueId))); 1843value = BamlSchemaContext.GetXamlType(valueId).UnderlyingType; 1847value = BamlSchemaContext.GetString(valueId); 1856_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1871XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1922_xamlNodesWriter.WriteStartObject(BamlSchemaContext.StaticResourceExtensionType); 1947_xamlNodesWriter.WriteStartMember(BamlSchemaContext.StaticExtensionMemberTypeProperty); 1958XamlType xamlType = BamlSchemaContext.GetXamlType(optimizedResource.KeyId); 1965_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetXamlType(optimizedResource.KeyId))); 2045return Logic_GetFullyQualifiedNameForType(BamlSchemaContext.GetPropertyDeclaringType(propertyId)) + "." + 2046BamlSchemaContext.GetPropertyName(propertyId, false); 2169BamlSchemaContext.AddXmlnsMapping(xamlNs, assemblies); 2212BamlSchemaContext.AddAssembly(assemblyId, assemblyName); 2224BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags); 2237BamlSchemaContext.AddXamlType(typeId, assemblyId, typeName, flags); 2248BamlSchemaContext.AddProperty(propertyId, declaringTypeId, propertyName); 2257BamlSchemaContext.AddString(id, value); 2420if (parentProperty == BamlSchemaContext.FrameworkTemplateTemplateProperty) 2629XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16()); 2698memberType = BamlSchemaContext.GetPropertyDeclaringType(valueId).UnderlyingType; 2699currentText = BamlSchemaContext.GetPropertyName(valueId, false);