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