6 types derived from XamlSchemaContext
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
30
internal partial class Baml2006SchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
24
internal partial class Baml2006SchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
11
partial class WpfSharedBamlSchemaContext:
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12
partial class WpfSharedBamlSchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
31
partial class WpfSharedBamlSchemaContext:
XamlSchemaContext
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
19
internal class XamlTypeMapperSchemaContext :
XamlSchemaContext
7 instantiations of XamlSchemaContext
System.Xaml (4)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
217
schemaContext = new
XamlSchemaContext
();
System\Xaml\XamlLanguage.cs (1)
431
XamlSchemaContext result = new
XamlSchemaContext
(assemblies, settings);
System\Xaml\XamlObjectReader.cs (1)
41
: this(instance, new
XamlSchemaContext
(), settings)
System\Xaml\XamlServices.cs (1)
178
using (XamlXmlWriter xamlWriter = new XamlXmlWriter(writer, new
XamlSchemaContext
()))
System.Xaml.Tests (3)
System\Windows\Markup\XamlSetMarkupExtensionEventArgsTests.cs (1)
15
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs (1)
17
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
System\Windows\Markup\XamlSetValueEventArgsTests.cs (1)
15
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
150 references to XamlSchemaContext
PresentationFramework (33)
MS\Internal\Helper.cs (1)
629
System.Xaml.
XamlSchemaContext
sc = scp.SchemaContext;
System\Windows\DeferrableContentConverter.cs (1)
49
XamlSchemaContext
xamlSchemaContext =
System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (2)
29
public KeyRecord(bool shared, bool sharedSet, int valuePosition,
XamlSchemaContext
context) :
103
public StaticResource(XamlType type,
XamlSchemaContext
schemaContext)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
189
override public
XamlSchemaContext
SchemaContext
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (2)
31
internal Baml2006SchemaContext(Assembly localAssembly,
XamlSchemaContext
parentSchemaContext)
703
private
XamlSchemaContext
_parentSchemaContext;
System\Windows\Markup\Baml2006\WpfKnownMember.cs (2)
68
public WpfKnownMember(
XamlSchemaContext
schema,
80
public WpfKnownMember(
XamlSchemaContext
schema,
System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
67
public WpfKnownType(
XamlSchemaContext
schema,
75
public WpfKnownType(
XamlSchemaContext
schema,
System\Windows\Markup\Baml2006\WpfXamlMember.cs (4)
50
XamlSchemaContext
schemaContext,
61
XamlSchemaContext
schemaContext,
72
XamlSchemaContext
schemaContext,
83
XamlSchemaContext
schemaContext,
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
78
public WpfXamlType(Type type,
XamlSchemaContext
schema, bool isBamlScenario, bool useV3Rules)
System\Windows\Markup\DependencyPropertyConverter.cs (3)
174
XamlSchemaContext
schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider))
191
XamlSchemaContext
schemaContext = ixscp.SchemaContext;
250
private static Type GetTypeFromName(
XamlSchemaContext
schemaContext,
System\Windows\Markup\RestrictiveXamlXmlReader.cs (2)
73
public RestrictiveXamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings) : base(xmlReader, schemaContext, settings)
80
internal RestrictiveXamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings, List<Type> safeTypes) : base(xmlReader, schemaContext, settings)
System\Windows\Markup\RoutedEventConverter.cs (1)
86
XamlSchemaContext
schemaContext = schemaContextProvider.SchemaContext;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
110
XamlSchemaContext
schemaContext = ixsc.SchemaContext;
System\Windows\Markup\WpfXamlLoader.cs (1)
48
internal static void EnsureXmlNamespaceMaps(object rootObject,
XamlSchemaContext
schemaContext)
System\Windows\Markup\XamlReader.cs (3)
358
XamlSchemaContext
schemaContext = parserContext.XamlTypeMapper != null ?
777
public static
XamlSchemaContext
GetWpfSchemaContext()
900
XamlSchemaContext
schemaContext = parserContext.XamlTypeMapper != null ?
System\Windows\Markup\XamlTypeMapper.cs (1)
3868
internal System.Xaml.
XamlSchemaContext
SchemaContext
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
417
public VisibilityMaskingXamlType(Type underlyingType,
XamlSchemaContext
schemaContext)
System\Windows\StaticResourceExtension.cs (1)
216
XamlSchemaContext
schemaContext = schemaContextProvider.SchemaContext;
System\Windows\TemplateContent.cs (3)
1388
internal
XamlSchemaContext
SchemaContext { get; private set; }
1418
private
XamlSchemaContext
_schemaContext;
1422
public ServiceProviderWrapper(IServiceProvider services,
XamlSchemaContext
schemaContext)
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
216
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
216
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
216
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
216
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
216
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
216
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
System.Xaml (111)
System\Xaml\Context\ObjectWriterContext.cs (1)
80
public ObjectWriterContext(
XamlSchemaContext
schemaContext,
System\Xaml\Context\SavedContext.cs (2)
15
private
XamlSchemaContext
_context;
36
public
XamlSchemaContext
SchemaContext { get { return _context; } }
System\Xaml\Context\ServiceProviderContext.cs (1)
222
XamlSchemaContext
IXamlSchemaContextProvider.SchemaContext
System\Xaml\Context\XamlContext.cs (3)
19
private
XamlSchemaContext
_schemaContext;
23
protected XamlContext(
XamlSchemaContext
schemaContext)
28
public
XamlSchemaContext
SchemaContext
System\Xaml\Context\XamlParserContext.cs (1)
24
public XamlParserContext(
XamlSchemaContext
schemaContext, Assembly localAssembly)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
269
public override
XamlSchemaContext
SchemaContext
System\Xaml\InfosetObjects\XamlObjectWriter.cs (5)
49
public XamlObjectWriter(
XamlSchemaContext
schemaContext)
55
public XamlObjectWriter(
XamlSchemaContext
schemaContext, XamlObjectWriterSettings settings)
71
void Initialize(
XamlSchemaContext
schemaContext, XamlSavedContext savedContext, XamlObjectWriterSettings settings)
120
private XamlRuntime CreateRuntime(XamlObjectWriterSettings settings,
XamlSchemaContext
schemaContext)
1000
public override
XamlSchemaContext
SchemaContext
System\Xaml\InfosetObjects\XamlXmlReader.cs (10)
44
public XamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext)
52
public XamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
73
public XamlXmlReader(string fileName,
XamlSchemaContext
schemaContext)
81
public XamlXmlReader(string fileName,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
107
public XamlXmlReader(Stream stream,
XamlSchemaContext
schemaContext)
115
public XamlXmlReader(Stream stream,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
141
public XamlXmlReader(TextReader textReader,
XamlSchemaContext
schemaContext)
149
public XamlXmlReader(TextReader textReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
163
private void Initialize(XmlReader givenXmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
301
public override
XamlSchemaContext
SchemaContext
System\Xaml\IXamlSchemaContextProvider.cs (1)
11
XamlSchemaContext
SchemaContext { get; }
System\Xaml\MS\Impl\XmlNsInfo.cs (2)
199
XamlSchemaContext
.CreateDictionary<string, IList<string>>();
218
assembly.FullName :
XamlSchemaContext
.GetAssemblyShortName(assembly);
System\Xaml\Parser\NodeStreamSorter.cs (1)
227
XamlSchemaContext
schemaContext = _context.SchemaContext;
System\Xaml\Parser\XamlScanner.cs (1)
297
XamlSchemaContext
schemaContext = _parserContext.SchemaContext;
System\Xaml\ReaderBaseDelegate.cs (3)
17
protected
XamlSchemaContext
_schemaContext;
22
protected ReaderBaseDelegate(
XamlSchemaContext
schemaContext)
57
public override
XamlSchemaContext
SchemaContext
System\Xaml\ReaderDelegate.cs (1)
19
public ReaderDelegate(
XamlSchemaContext
schemaContext, XamlNodeNextDelegate next, bool hasLineInfo)
System\Xaml\ReaderMultiIndexDelegate.cs (1)
29
public ReaderMultiIndexDelegate(
XamlSchemaContext
schemaContext, XamlNodeIndexDelegate indexDelegate, int count, bool hasLineInfo)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
50
XamlSchemaContext
_schemaContext;
127
internal DynamicMethodRuntime(XamlRuntimeSettings settings,
XamlSchemaContext
schemaContext,
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
38
XamlSchemaContext
_schemaContext;
40
public PartialTrustTolerantRuntime(XamlRuntimeSettings runtimeSettings, XamlAccessLevel accessLevel,
XamlSchemaContext
schemaContext)
System\Xaml\Schema\MemberReflector.cs (3)
221
internal static bool IsInternalVisibleTo(MethodInfo method, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
242
internal static bool IsProtectedVisibleTo(MethodInfo method, Type derivedType,
XamlSchemaContext
schemaContext)
272
internal static bool GenericArgumentsAreVisibleTo(MethodInfo method, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
System\Xaml\Schema\TypeReflector.cs (5)
123
internal static bool IsVisibleTo(Type type, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
368
var dict =
XamlSchemaContext
.CreateDictionary<XamlDirective, XamlMember>();
950
internal IList<XamlMember> LookupAllAttachableMembers(
XamlSchemaContext
schemaContext)
967
private void GetOrCreateAttachableProperties(
XamlSchemaContext
schemaContext, List<XamlMember> result,
1008
private void GetOrCreateAttachableEvents(
XamlSchemaContext
schemaContext,
System\Xaml\Schema\XamlNamespace.cs (5)
18
public readonly
XamlSchemaContext
SchemaContext;
26
public XamlNamespace(
XamlSchemaContext
schemaContext)
32
public XamlNamespace(
XamlSchemaContext
schemaContext, string clrNs, string assemblyName)
48
_typeCache =
XamlSchemaContext
.CreateDictionary<string, XamlType>();
94
return
XamlSchemaContext
.TryAdd(_typeCache, typeName, xamlType);
System\Xaml\Schema\XamlTypeTypeConverter.cs (1)
92
private static XamlType GetXamlTypeOrUnknown(
XamlSchemaContext
schemaContext, XamlTypeName typeName)
System\Xaml\WriterDelegate.cs (3)
17
XamlSchemaContext
_schemaContext;
19
public WriterDelegate(XamlNodeAddDelegate add, XamlLineInfoAddDelegate addlineInfoDelegate,
XamlSchemaContext
xamlSchemaContext)
90
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlBackgroundReader.cs (1)
296
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlLanguage.cs (4)
57
private static Lazy<
XamlSchemaContext
> s_schemaContext =
58
new Lazy<
XamlSchemaContext
>(GetSchemaContext);
424
private static
XamlSchemaContext
GetSchemaContext()
431
XamlSchemaContext
result = new XamlSchemaContext(assemblies, settings);
System\Xaml\XamlMarkupExtensionWriter.cs (1)
49
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlMember.cs (13)
45
public XamlMember(PropertyInfo propertyInfo,
XamlSchemaContext
schemaContext)
50
public XamlMember(PropertyInfo propertyInfo,
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker)
55
internal XamlMember(PropertyInfo propertyInfo,
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker, MemberReflector reflector)
68
public XamlMember(EventInfo eventInfo,
XamlSchemaContext
schemaContext)
73
public XamlMember(EventInfo eventInfo,
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker)
78
internal XamlMember(EventInfo eventInfo,
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker, MemberReflector reflector)
92
XamlSchemaContext
schemaContext)
98
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker)
104
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker, MemberReflector reflector)
125
public XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext)
130
public XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext,
136
internal XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext,
848
private
XamlSchemaContext
SchemaContext { get { return _declaringType.SchemaContext; } }
System\Xaml\XamlNodeList.cs (3)
25
public XamlNodeList(
XamlSchemaContext
schemaContext)
31
public XamlNodeList(
XamlSchemaContext
schemaContext, int size)
37
private void Initialize(
XamlSchemaContext
schemaContext, int size)
System\Xaml\XamlNodeQueue.cs (1)
26
public XamlNodeQueue(
XamlSchemaContext
schemaContext)
System\Xaml\XamlObjectReader.cs (8)
30
XamlSchemaContext
schemaContext;
45
public XamlObjectReader(object instance,
XamlSchemaContext
schemaContext)
50
public XamlObjectReader(object instance,
XamlSchemaContext
schemaContext, XamlObjectReaderSettings settings)
166
public override
XamlSchemaContext
SchemaContext
2479
XamlSchemaContext
schemaContext;
2483
public SerializerContext(
XamlSchemaContext
schemaContext, XamlObjectReaderSettings settings)
2533
public
XamlSchemaContext
SchemaContext { get { return schemaContext; } }
2851
public
XamlSchemaContext
SchemaContext { get { return context.SchemaContext; } }
System\Xaml\XamlReader.cs (1)
23
public abstract
XamlSchemaContext
SchemaContext { get; }
System\Xaml\XamlSchemaContext.cs (5)
786
XamlSchemaContext
schemaContext = weakRef.Target as
XamlSchemaContext
;
1348
public AssemblyLoadHandler(
XamlSchemaContext
schemaContext)
1355
XamlSchemaContext
schemaContext = (
XamlSchemaContext
)schemaContextRef.Target;
System\Xaml\XamlSubreader.cs (1)
71
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlType.cs (8)
26
XamlSchemaContext
_schemaContext;
42
protected XamlType(string typeName, IList<XamlType> typeArguments,
XamlSchemaContext
schemaContext)
49
public XamlType(string unknownTypeNamespace, string unknownTypeName, IList<XamlType> typeArguments,
XamlSchemaContext
schemaContext)
60
public XamlType(Type underlyingType,
XamlSchemaContext
schemaContext)
65
public XamlType(Type underlyingType,
XamlSchemaContext
schemaContext, XamlTypeInvoker invoker)
70
internal XamlType(string alias, Type underlyingType,
XamlSchemaContext
schemaContext, XamlTypeInvoker invoker, TypeReflector reflector)
332
public
XamlSchemaContext
SchemaContext { get { return _schemaContext; } }
1486
private static ReadOnlyCollection<XamlType> GetTypeArguments(Type type,
XamlSchemaContext
schemaContext)
System\Xaml\XamlWriter.cs (1)
20
public abstract
XamlSchemaContext
SchemaContext { get; }
System\Xaml\XamlXmlWriter.cs (9)
41
XamlSchemaContext
schemaContext;
48
public XamlXmlWriter(Stream stream,
XamlSchemaContext
schemaContext)
53
public XamlXmlWriter(Stream stream,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
67
public XamlXmlWriter(TextWriter textWriter,
XamlSchemaContext
schemaContext)
72
public XamlXmlWriter(TextWriter textWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
86
public XamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext)
91
public XamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
98
void InitializeXamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
254
public override
XamlSchemaContext
SchemaContext