6 instantiations of Baml2006SchemaContext
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
52var schemaContext = new Baml2006SchemaContext(null); 63var schemaContext = new Baml2006SchemaContext(null); 76schemaContext = new Baml2006SchemaContext(xamlReaderSettings.LocalAssembly, System.Windows.Markup.XamlReader.XamlV3SharedSchemaContext); 80schemaContext = new Baml2006SchemaContext(xamlReaderSettings.LocalAssembly);
System\Windows\Markup\XamlReader.cs (1)
1058var reader = new Baml2006ReaderInternal(stream, new Baml2006SchemaContext(readerSettings.LocalAssembly), readerSettings, parent);
System\Windows\SystemResources.cs (1)
933Baml2006Reader bamlReader = new Baml2006ReaderInternal(stream, new Baml2006SchemaContext(settings.LocalAssembly), settings);
65 references to Baml2006SchemaContext
PresentationFramework (65)
System\Windows\DeferrableContent.cs (2)
20internal Baml2006SchemaContext SchemaContext { get; private set; } 29internal DeferrableContent(Stream stream, Baml2006SchemaContext schemaContext,
System\Windows\DeferrableContentConverter.cs (2)
33Baml2006SchemaContext schemaContext = xamlSchemaContext as Baml2006SchemaContext;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (47)
52var schemaContext = new Baml2006SchemaContext(null); 63var schemaContext = new Baml2006SchemaContext(null); 73Baml2006SchemaContext schemaContext; 88Baml2006SchemaContext schemaContext, 99Baml2006SchemaContext baml2006SchemaContext, 108Baml2006SchemaContext schemaContext, 990Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1524case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1527case Baml2006SchemaContext.KnownTypes.EnumConverter: 1531case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1535case Baml2006SchemaContext.KnownTypes.StringConverter: 1538case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1551case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1552case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1553case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1554case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1555case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1581-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1584if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1601converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 1685if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1689else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1693else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 1704if (extensionTypeId == Baml2006SchemaContext.DynamicResourceTypeId) 1709else if (extensionTypeId == Baml2006SchemaContext.StaticResourceTypeId) 1714else if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1719else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 1724else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1806if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1817else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1824else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 2190Baml2006SchemaContext.TypeInfoFlags flags = (Baml2006SchemaContext.TypeInfoFlags)(assemblyId >> 12); 2203Baml2006SchemaContext.TypeInfoFlags flags = (Baml2006SchemaContext.TypeInfoFlags)(assemblyId >> 12); 2234if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2506case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2509case Baml2006SchemaContext.KnownTypes.EnumConverter: 2512case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2522case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2534case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2546case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2558case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2570case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2583case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 2758private Baml2006SchemaContext BamlSchemaContext 2760get { return (Baml2006SchemaContext)SchemaContext; }
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (3)
10public Baml2006ReaderContext(Baml2006SchemaContext schemaContext) 17public Baml2006SchemaContext SchemaContext 68private Baml2006SchemaContext _schemaContext;
System\Windows\Markup\Baml2006\Baml2006ReaderInternal.cs (2)
19Baml2006SchemaContext schemaContext, 26Baml2006SchemaContext baml2006SchemaContext,
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (5)
36case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 39case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 41case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 43case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 45case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer:
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
288wpfDefaultNamespace.Add(String.Empty, Baml2006SchemaContext.WpfNamespace);
System\Windows\Markup\DependencyPropertyConverter.cs (2)
110Baml2006SchemaContext schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider)) 111as IXamlSchemaContextProvider).SchemaContext as Baml2006SchemaContext;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
116if (xamlProperty.Type.UnderlyingType.IsEnum && schemaContext is Baml2006.Baml2006SchemaContext)