6 instantiations of Baml2006SchemaContext
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
52
var schemaContext = new
Baml2006SchemaContext
(null);
63
var schemaContext = new
Baml2006SchemaContext
(null);
76
schemaContext = new
Baml2006SchemaContext
(xamlReaderSettings.LocalAssembly, System.Windows.Markup.XamlReader.XamlV3SharedSchemaContext);
80
schemaContext = new
Baml2006SchemaContext
(xamlReaderSettings.LocalAssembly);
System\Windows\Markup\XamlReader.cs (1)
1064
var reader = new Baml2006ReaderInternal(stream, new
Baml2006SchemaContext
(readerSettings.LocalAssembly), readerSettings, parent);
System\Windows\SystemResources.cs (1)
933
Baml2006Reader bamlReader = new Baml2006ReaderInternal(stream, new
Baml2006SchemaContext
(settings.LocalAssembly), settings);
65 references to Baml2006SchemaContext
PresentationFramework (65)
System\Windows\DeferrableContent.cs (2)
20
internal
Baml2006SchemaContext
SchemaContext { get; private set; }
29
internal DeferrableContent(Stream stream,
Baml2006SchemaContext
schemaContext,
System\Windows\DeferrableContentConverter.cs (2)
33
Baml2006SchemaContext
schemaContext = xamlSchemaContext as
Baml2006SchemaContext
;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (47)
52
var
schemaContext = new Baml2006SchemaContext(null);
63
var
schemaContext = new Baml2006SchemaContext(null);
73
Baml2006SchemaContext
schemaContext;
88
Baml2006SchemaContext
schemaContext,
99
Baml2006SchemaContext
baml2006SchemaContext,
108
Baml2006SchemaContext
schemaContext,
993
Type type =
Baml2006SchemaContext
.KnownTypes.GetKnownType(typeId);
1527
case
Baml2006SchemaContext
.KnownTypes.XamlInt32CollectionSerializer:
1530
case
Baml2006SchemaContext
.KnownTypes.EnumConverter:
1534
case
Baml2006SchemaContext
.KnownTypes.BooleanConverter:
1538
case
Baml2006SchemaContext
.KnownTypes.StringConverter:
1541
case
Baml2006SchemaContext
.KnownTypes.DependencyPropertyConverter:
1554
case
Baml2006SchemaContext
.KnownTypes.XamlBrushSerializer:
1555
case
Baml2006SchemaContext
.KnownTypes.XamlPathDataSerializer:
1556
case
Baml2006SchemaContext
.KnownTypes.XamlPoint3DCollectionSerializer:
1557
case
Baml2006SchemaContext
.KnownTypes.XamlPointCollectionSerializer:
1558
case
Baml2006SchemaContext
.KnownTypes.XamlVector3DCollectionSerializer:
1584
-typeConverterId != System.Windows.Baml2006.
Baml2006SchemaContext
.KnownTypes.StringConverter)
1587
if (-typeConverterId ==
Baml2006SchemaContext
.KnownTypes.EnumConverter)
1604
converter =
Baml2006SchemaContext
.KnownTypes.CreateKnownTypeConverter(typeConverterId);
1688
if (extensionTypeId ==
Baml2006SchemaContext
.TemplateBindingTypeId)
1692
else if (extensionTypeId ==
Baml2006SchemaContext
.StaticExtensionTypeId)
1696
else if (extensionTypeId ==
Baml2006SchemaContext
.TypeExtensionTypeId)
1707
if (extensionTypeId ==
Baml2006SchemaContext
.DynamicResourceTypeId)
1712
else if (extensionTypeId ==
Baml2006SchemaContext
.StaticResourceTypeId)
1717
else if (extensionTypeId ==
Baml2006SchemaContext
.TemplateBindingTypeId)
1722
else if (extensionTypeId ==
Baml2006SchemaContext
.TypeExtensionTypeId)
1727
else if (extensionTypeId ==
Baml2006SchemaContext
.StaticExtensionTypeId)
1809
if (extensionTypeId ==
Baml2006SchemaContext
.TemplateBindingTypeId)
1820
else if (extensionTypeId ==
Baml2006SchemaContext
.StaticExtensionTypeId)
1827
else if (extensionTypeId ==
Baml2006SchemaContext
.TypeExtensionTypeId)
2193
Baml2006SchemaContext
.TypeInfoFlags flags = (
Baml2006SchemaContext
.TypeInfoFlags)(assemblyId >> 12);
2206
Baml2006SchemaContext
.TypeInfoFlags flags = (
Baml2006SchemaContext
.TypeInfoFlags)(assemblyId >> 12);
2237
if (propertyId !=
Baml2006SchemaContext
.KnownTypes.VisualTreeKnownPropertyId)
2509
case
Baml2006SchemaContext
.KnownTypes.BooleanConverter:
2512
case
Baml2006SchemaContext
.KnownTypes.EnumConverter:
2515
case
Baml2006SchemaContext
.KnownTypes.XamlBrushSerializer:
2525
case
Baml2006SchemaContext
.KnownTypes.XamlPathDataSerializer:
2537
case
Baml2006SchemaContext
.KnownTypes.XamlPoint3DCollectionSerializer:
2549
case
Baml2006SchemaContext
.KnownTypes.XamlVector3DCollectionSerializer:
2561
case
Baml2006SchemaContext
.KnownTypes.XamlPointCollectionSerializer:
2573
case
Baml2006SchemaContext
.KnownTypes.XamlInt32CollectionSerializer:
2586
case
Baml2006SchemaContext
.KnownTypes.DependencyPropertyConverter:
2761
private
Baml2006SchemaContext
BamlSchemaContext
2763
get { return (
Baml2006SchemaContext
)SchemaContext; }
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (3)
10
public Baml2006ReaderContext(
Baml2006SchemaContext
schemaContext)
17
public
Baml2006SchemaContext
SchemaContext
68
private
Baml2006SchemaContext
_schemaContext;
System\Windows\Markup\Baml2006\Baml2006ReaderInternal.cs (2)
19
Baml2006SchemaContext
schemaContext,
26
Baml2006SchemaContext
baml2006SchemaContext,
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (5)
36
case
Baml2006SchemaContext
.KnownTypes.XamlBrushSerializer:
39
case
Baml2006SchemaContext
.KnownTypes.XamlPathDataSerializer:
41
case
Baml2006SchemaContext
.KnownTypes.XamlPoint3DCollectionSerializer:
43
case
Baml2006SchemaContext
.KnownTypes.XamlPointCollectionSerializer:
45
case
Baml2006SchemaContext
.KnownTypes.XamlVector3DCollectionSerializer:
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
288
wpfDefaultNamespace.Add(String.Empty,
Baml2006SchemaContext
.WpfNamespace);
System\Windows\Markup\DependencyPropertyConverter.cs (2)
110
Baml2006SchemaContext
schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider))
111
as IXamlSchemaContextProvider).SchemaContext as
Baml2006SchemaContext
;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
116
if (xamlProperty.Type.UnderlyingType.IsEnum && schemaContext is Baml2006.
Baml2006SchemaContext
)