6 instantiations of Baml2006SchemaContext
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
54var schemaContext = new Baml2006SchemaContext(null); 68var schemaContext = new Baml2006SchemaContext(null); 87schemaContext = new Baml2006SchemaContext(xamlReaderSettings.LocalAssembly, System.Windows.Markup.XamlReader.XamlV3SharedSchemaContext); 91schemaContext = new Baml2006SchemaContext(xamlReaderSettings.LocalAssembly);
src\Framework\System\Windows\Markup\XamlReader.cs (1)
1004var reader = new Baml2006ReaderInternal(stream, new Baml2006SchemaContext(readerSettings.LocalAssembly), readerSettings, parent);
src\Framework\System\Windows\SystemResources.cs (1)
956Baml2006Reader bamlReader = new Baml2006ReaderInternal(stream, new Baml2006SchemaContext(settings.LocalAssembly), settings);
63 references to Baml2006SchemaContext
PresentationFramework (63)
src\Framework\System\Windows\DeferrableContent.cs (2)
41internal Baml2006SchemaContext SchemaContext { get; private set; } 55internal DeferrableContent(Stream stream, Baml2006SchemaContext schemaContext,
src\Framework\System\Windows\DeferrableContentConverter.cs (2)
50Baml2006SchemaContext schemaContext = xamlSchemaContext as Baml2006SchemaContext;
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (47)
54var schemaContext = new Baml2006SchemaContext(null); 68var schemaContext = new Baml2006SchemaContext(null); 84Baml2006SchemaContext schemaContext; 99Baml2006SchemaContext schemaContext, 117Baml2006SchemaContext baml2006SchemaContext, 126Baml2006SchemaContext schemaContext, 1015Type type = Baml2006SchemaContext.KnownTypes.GetKnownType(typeId); 1541case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 1544case Baml2006SchemaContext.KnownTypes.EnumConverter: 1548case Baml2006SchemaContext.KnownTypes.BooleanConverter: 1552case Baml2006SchemaContext.KnownTypes.StringConverter: 1555case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 1568case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 1569case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 1570case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 1571case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 1572case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 1598-typeConverterId != System.Windows.Baml2006.Baml2006SchemaContext.KnownTypes.StringConverter) 1601if (-typeConverterId == Baml2006SchemaContext.KnownTypes.EnumConverter) 1618converter = Baml2006SchemaContext.KnownTypes.CreateKnownTypeConverter(typeConverterId); 1702if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1706else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1710else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 1721if (extensionTypeId == Baml2006SchemaContext.DynamicResourceTypeId) 1726else if (extensionTypeId == Baml2006SchemaContext.StaticResourceTypeId) 1731else if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1736else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 1741else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1823if (extensionTypeId == Baml2006SchemaContext.TemplateBindingTypeId) 1834else if (extensionTypeId == Baml2006SchemaContext.StaticExtensionTypeId) 1841else if (extensionTypeId == Baml2006SchemaContext.TypeExtensionTypeId) 2221Baml2006SchemaContext.TypeInfoFlags flags = (Baml2006SchemaContext.TypeInfoFlags)(assemblyId >> 12); 2234Baml2006SchemaContext.TypeInfoFlags flags = (Baml2006SchemaContext.TypeInfoFlags)(assemblyId >> 12); 2265if (propertyId != Baml2006SchemaContext.KnownTypes.VisualTreeKnownPropertyId) 2541case Baml2006SchemaContext.KnownTypes.BooleanConverter: 2544case Baml2006SchemaContext.KnownTypes.EnumConverter: 2547case Baml2006SchemaContext.KnownTypes.XamlBrushSerializer: 2557case Baml2006SchemaContext.KnownTypes.XamlPathDataSerializer: 2569case Baml2006SchemaContext.KnownTypes.XamlPoint3DCollectionSerializer: 2581case Baml2006SchemaContext.KnownTypes.XamlVector3DCollectionSerializer: 2593case Baml2006SchemaContext.KnownTypes.XamlPointCollectionSerializer: 2605case Baml2006SchemaContext.KnownTypes.XamlInt32CollectionSerializer: 2618case Baml2006SchemaContext.KnownTypes.DependencyPropertyConverter: 2796private Baml2006SchemaContext BamlSchemaContext 2798get { return (Baml2006SchemaContext)SchemaContext; }
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (3)
10public Baml2006ReaderContext(Baml2006SchemaContext schemaContext) 20public Baml2006SchemaContext SchemaContext 71private Baml2006SchemaContext _schemaContext;
src\Framework\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:
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
299wpfDefaultNamespace.Add(String.Empty, Baml2006SchemaContext.WpfNamespace);
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (2)
128Baml2006SchemaContext schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider)) 129as IXamlSchemaContextProvider).SchemaContext as Baml2006SchemaContext;
src\Framework\System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
134if (xamlProperty.Type.UnderlyingType.IsEnum && schemaContext is Baml2006.Baml2006SchemaContext)