6 instantiations of Baml2006SchemaContext
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
53var schemaContext = new Baml2006SchemaContext(null); 64var schemaContext = new Baml2006SchemaContext(null); 77schemaContext = new Baml2006SchemaContext(xamlReaderSettings.LocalAssembly, System.Windows.Markup.XamlReader.XamlV3SharedSchemaContext); 81schemaContext = new Baml2006SchemaContext(xamlReaderSettings.LocalAssembly);
System\Windows\Markup\XamlReader.cs (1)
1068var reader = new Baml2006ReaderInternal(stream, new Baml2006SchemaContext(readerSettings.LocalAssembly), readerSettings, parent);
System\Windows\SystemResources.cs (1)
937Baml2006Reader bamlReader = new Baml2006ReaderInternal(stream, new Baml2006SchemaContext(settings.LocalAssembly), settings);
65 references to Baml2006SchemaContext
PresentationFramework (65)
System\Windows\DeferrableContent.cs (2)
21internal Baml2006SchemaContext SchemaContext { get; private set; } 30internal DeferrableContent(Stream stream, Baml2006SchemaContext schemaContext,
System\Windows\DeferrableContentConverter.cs (2)
34Baml2006SchemaContext schemaContext = xamlSchemaContext as Baml2006SchemaContext;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (47)
53var schemaContext = new Baml2006SchemaContext(null); 64var schemaContext = new Baml2006SchemaContext(null); 74Baml2006SchemaContext schemaContext; 89Baml2006SchemaContext schemaContext, 100Baml2006SchemaContext baml2006SchemaContext, 109Baml2006SchemaContext schemaContext, 994Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1528case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1531case Baml2006SchemaContext.KnownTypes.EnumConverter: 1535case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1539case Baml2006SchemaContext.KnownTypes.StringConverter: 1542case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1555case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1556case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1557case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1558case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1559case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1585-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1588if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1605converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 1689if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1693else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1697else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 1708if (extensionTypeId == Baml2006SchemaContext.DynamicResourceTypeId) 1713else if (extensionTypeId == Baml2006SchemaContext.StaticResourceTypeId) 1718else if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1723else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 1728else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1810if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1821else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1828else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 2200Baml2006SchemaContext.TypeInfoFlags flags = (Baml2006SchemaContext.TypeInfoFlags)(assemblyId >> 12); 2213Baml2006SchemaContext.TypeInfoFlags flags = (Baml2006SchemaContext.TypeInfoFlags)(assemblyId >> 12); 2244if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2519case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2522case Baml2006SchemaContext.KnownTypes.EnumConverter: 2525case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2535case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2547case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2559case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2571case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2583case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2596case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 2774private Baml2006SchemaContext BamlSchemaContext 2776get { return (Baml2006SchemaContext)SchemaContext; }
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (3)
11public Baml2006ReaderContext(Baml2006SchemaContext schemaContext) 18public Baml2006SchemaContext SchemaContext 69private Baml2006SchemaContext _schemaContext;
System\Windows\Markup\Baml2006\Baml2006ReaderInternal.cs (2)
20Baml2006SchemaContext schemaContext, 27Baml2006SchemaContext baml2006SchemaContext,
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (5)
37case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 40case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 42case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 44case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 46case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer:
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
289wpfDefaultNamespace.Add(String.Empty, Baml2006SchemaContext.WpfNamespace);
System\Windows\Markup\DependencyPropertyConverter.cs (2)
111Baml2006SchemaContext schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider)) 112as IXamlSchemaContextProvider).SchemaContext as Baml2006SchemaContext;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
117if (xamlProperty.Type.UnderlyingType.IsEnum && schemaContext is Baml2006.Baml2006SchemaContext)