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