6 instantiations of Baml2006SchemaContext
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
57
var schemaContext = new
Baml2006SchemaContext
(null);
68
var schemaContext = new
Baml2006SchemaContext
(null);
81
schemaContext = new
Baml2006SchemaContext
(xamlReaderSettings.LocalAssembly, System.Windows.Markup.XamlReader.XamlV3SharedSchemaContext);
85
schemaContext = new
Baml2006SchemaContext
(xamlReaderSettings.LocalAssembly);
System\Windows\Markup\XamlReader.cs (1)
1070
var reader = new Baml2006ReaderInternal(stream, new
Baml2006SchemaContext
(readerSettings.LocalAssembly), readerSettings, parent);
System\Windows\SystemResources.cs (1)
951
Baml2006Reader bamlReader = new Baml2006ReaderInternal(stream, new
Baml2006SchemaContext
(settings.LocalAssembly), settings);
65 references to Baml2006SchemaContext
PresentationFramework (65)
System\Windows\DeferrableContent.cs (2)
26
internal
Baml2006SchemaContext
SchemaContext { get; private set; }
35
internal DeferrableContent(Stream stream,
Baml2006SchemaContext
schemaContext,
System\Windows\DeferrableContentConverter.cs (2)
51
Baml2006SchemaContext
schemaContext = xamlSchemaContext as
Baml2006SchemaContext
;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (47)
57
var
schemaContext = new Baml2006SchemaContext(null);
68
var
schemaContext = new Baml2006SchemaContext(null);
78
Baml2006SchemaContext
schemaContext;
93
Baml2006SchemaContext
schemaContext,
104
Baml2006SchemaContext
baml2006SchemaContext,
113
Baml2006SchemaContext
schemaContext,
994
Type type =
Baml2006SchemaContext
.KnownTypes.GetKnownType(typeId);
1526
case
Baml2006SchemaContext
.KnownTypes.XamlInt32CollectionSerializer:
1529
case
Baml2006SchemaContext
.KnownTypes.EnumConverter:
1533
case
Baml2006SchemaContext
.KnownTypes.BooleanConverter:
1537
case
Baml2006SchemaContext
.KnownTypes.StringConverter:
1540
case
Baml2006SchemaContext
.KnownTypes.DependencyPropertyConverter:
1553
case
Baml2006SchemaContext
.KnownTypes.XamlBrushSerializer:
1554
case
Baml2006SchemaContext
.KnownTypes.XamlPathDataSerializer:
1555
case
Baml2006SchemaContext
.KnownTypes.XamlPoint3DCollectionSerializer:
1556
case
Baml2006SchemaContext
.KnownTypes.XamlPointCollectionSerializer:
1557
case
Baml2006SchemaContext
.KnownTypes.XamlVector3DCollectionSerializer:
1583
-typeConverterId != System.Windows.Baml2006.
Baml2006SchemaContext
.KnownTypes.StringConverter)
1586
if (-typeConverterId ==
Baml2006SchemaContext
.KnownTypes.EnumConverter)
1603
converter =
Baml2006SchemaContext
.KnownTypes.CreateKnownTypeConverter(typeConverterId);
1687
if (extensionTypeId ==
Baml2006SchemaContext
.TemplateBindingTypeId)
1691
else if (extensionTypeId ==
Baml2006SchemaContext
.StaticExtensionTypeId)
1695
else if (extensionTypeId ==
Baml2006SchemaContext
.TypeExtensionTypeId)
1706
if (extensionTypeId ==
Baml2006SchemaContext
.DynamicResourceTypeId)
1711
else if (extensionTypeId ==
Baml2006SchemaContext
.StaticResourceTypeId)
1716
else if (extensionTypeId ==
Baml2006SchemaContext
.TemplateBindingTypeId)
1721
else if (extensionTypeId ==
Baml2006SchemaContext
.TypeExtensionTypeId)
1726
else if (extensionTypeId ==
Baml2006SchemaContext
.StaticExtensionTypeId)
1806
if (extensionTypeId ==
Baml2006SchemaContext
.TemplateBindingTypeId)
1817
else if (extensionTypeId ==
Baml2006SchemaContext
.StaticExtensionTypeId)
1824
else if (extensionTypeId ==
Baml2006SchemaContext
.TypeExtensionTypeId)
2198
Baml2006SchemaContext
.TypeInfoFlags flags = (
Baml2006SchemaContext
.TypeInfoFlags)(assemblyId >> 12);
2211
Baml2006SchemaContext
.TypeInfoFlags flags = (
Baml2006SchemaContext
.TypeInfoFlags)(assemblyId >> 12);
2242
if (propertyId !=
Baml2006SchemaContext
.KnownTypes.VisualTreeKnownPropertyId)
2517
case
Baml2006SchemaContext
.KnownTypes.BooleanConverter:
2520
case
Baml2006SchemaContext
.KnownTypes.EnumConverter:
2523
case
Baml2006SchemaContext
.KnownTypes.XamlBrushSerializer:
2533
case
Baml2006SchemaContext
.KnownTypes.XamlPathDataSerializer:
2545
case
Baml2006SchemaContext
.KnownTypes.XamlPoint3DCollectionSerializer:
2557
case
Baml2006SchemaContext
.KnownTypes.XamlVector3DCollectionSerializer:
2569
case
Baml2006SchemaContext
.KnownTypes.XamlPointCollectionSerializer:
2581
case
Baml2006SchemaContext
.KnownTypes.XamlInt32CollectionSerializer:
2594
case
Baml2006SchemaContext
.KnownTypes.DependencyPropertyConverter:
2772
private
Baml2006SchemaContext
BamlSchemaContext
2774
get { return (
Baml2006SchemaContext
)SchemaContext; }
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (3)
14
public Baml2006ReaderContext(
Baml2006SchemaContext
schemaContext)
21
public
Baml2006SchemaContext
SchemaContext
72
private
Baml2006SchemaContext
_schemaContext;
System\Windows\Markup\Baml2006\Baml2006ReaderInternal.cs (2)
28
Baml2006SchemaContext
schemaContext,
35
Baml2006SchemaContext
baml2006SchemaContext,
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (5)
40
case
Baml2006SchemaContext
.KnownTypes.XamlBrushSerializer:
43
case
Baml2006SchemaContext
.KnownTypes.XamlPathDataSerializer:
45
case
Baml2006SchemaContext
.KnownTypes.XamlPoint3DCollectionSerializer:
47
case
Baml2006SchemaContext
.KnownTypes.XamlPointCollectionSerializer:
49
case
Baml2006SchemaContext
.KnownTypes.XamlVector3DCollectionSerializer:
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
294
wpfDefaultNamespace.Add(String.Empty,
Baml2006SchemaContext
.WpfNamespace);
System\Windows\Markup\DependencyPropertyConverter.cs (2)
120
Baml2006SchemaContext
schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider))
121
as IXamlSchemaContextProvider).SchemaContext as
Baml2006SchemaContext
;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
127
if (xamlProperty.Type.UnderlyingType.IsEnum && schemaContext is Baml2006.
Baml2006SchemaContext
)