6 instantiations of Baml2006SchemaContext
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
56var schemaContext = new Baml2006SchemaContext(null); 67var schemaContext = new Baml2006SchemaContext(null); 80schemaContext = new Baml2006SchemaContext(xamlReaderSettings.LocalAssembly, System.Windows.Markup.XamlReader.XamlV3SharedSchemaContext); 84schemaContext = new Baml2006SchemaContext(xamlReaderSettings.LocalAssembly);
System\Windows\Markup\XamlReader.cs (1)
1070var reader = new Baml2006ReaderInternal(stream, new Baml2006SchemaContext(readerSettings.LocalAssembly), readerSettings, parent);
System\Windows\SystemResources.cs (1)
950Baml2006Reader bamlReader = new Baml2006ReaderInternal(stream, new Baml2006SchemaContext(settings.LocalAssembly), settings);
65 references to Baml2006SchemaContext
PresentationFramework (65)
System\Windows\DeferrableContent.cs (2)
26internal Baml2006SchemaContext SchemaContext { get; private set; } 35internal DeferrableContent(Stream stream, Baml2006SchemaContext schemaContext,
System\Windows\DeferrableContentConverter.cs (2)
51Baml2006SchemaContext schemaContext = xamlSchemaContext as Baml2006SchemaContext;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (47)
56var schemaContext = new Baml2006SchemaContext(null); 67var schemaContext = new Baml2006SchemaContext(null); 77Baml2006SchemaContext schemaContext; 92Baml2006SchemaContext schemaContext, 103Baml2006SchemaContext baml2006SchemaContext, 112Baml2006SchemaContext schemaContext, 993Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1525case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1528case Baml2006SchemaContext.KnownTypes.EnumConverter: 1532case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1536case Baml2006SchemaContext.KnownTypes.StringConverter: 1539case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1552case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1553case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1554case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1555case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1556case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1582-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1585if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1602converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 1686if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1690else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1694else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 1705if (extensionTypeId == Baml2006SchemaContext.DynamicResourceTypeId) 1710else if (extensionTypeId == Baml2006SchemaContext.StaticResourceTypeId) 1715else if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1720else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 1725else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1805if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1816else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1823else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 2197Baml2006SchemaContext.TypeInfoFlags flags = (Baml2006SchemaContext.TypeInfoFlags)(assemblyId >> 12); 2210Baml2006SchemaContext.TypeInfoFlags flags = (Baml2006SchemaContext.TypeInfoFlags)(assemblyId >> 12); 2241if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2516case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2519case Baml2006SchemaContext.KnownTypes.EnumConverter: 2522case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2532case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2544case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2556case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2568case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2580case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2593case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 2771private Baml2006SchemaContext BamlSchemaContext 2773get { return (Baml2006SchemaContext)SchemaContext; }
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (3)
14public Baml2006ReaderContext(Baml2006SchemaContext schemaContext) 21public Baml2006SchemaContext SchemaContext 72private Baml2006SchemaContext _schemaContext;
System\Windows\Markup\Baml2006\Baml2006ReaderInternal.cs (2)
28Baml2006SchemaContext schemaContext, 35Baml2006SchemaContext baml2006SchemaContext,
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (5)
40case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 43case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 45case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 47case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 49case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer:
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
294wpfDefaultNamespace.Add(String.Empty, Baml2006SchemaContext.WpfNamespace);
System\Windows\Markup\DependencyPropertyConverter.cs (2)
120Baml2006SchemaContext schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider)) 121as IXamlSchemaContextProvider).SchemaContext as Baml2006SchemaContext;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
127if (xamlProperty.Type.UnderlyingType.IsEnum && schemaContext is Baml2006.Baml2006SchemaContext)