6 types derived from XamlSchemaContext
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
28
internal partial class Baml2006SchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
11
internal partial class Baml2006SchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
9
partial class WpfSharedBamlSchemaContext:
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10
partial class WpfSharedBamlSchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
26
partial class WpfSharedBamlSchemaContext:
XamlSchemaContext
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
16
internal class XamlTypeMapperSchemaContext :
XamlSchemaContext
7 instantiations of XamlSchemaContext
System.Xaml (4)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
215
schemaContext = new
XamlSchemaContext
();
System\Xaml\XamlLanguage.cs (1)
430
XamlSchemaContext result = new
XamlSchemaContext
(assemblies, settings);
System\Xaml\XamlObjectReader.cs (1)
36
: 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)
14
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs (1)
16
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
System\Windows\Markup\XamlSetValueEventArgsTests.cs (1)
14
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
150 references to XamlSchemaContext
PresentationFramework (33)
MS\Internal\Helper.cs (1)
620
System.Xaml.
XamlSchemaContext
sc = scp.SchemaContext;
System\Windows\DeferrableContentConverter.cs (1)
32
XamlSchemaContext
xamlSchemaContext =
System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (2)
24
public KeyRecord(bool shared, bool sharedSet, int valuePosition,
XamlSchemaContext
context) :
98
public StaticResource(XamlType type,
XamlSchemaContext
schemaContext)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
184
override public
XamlSchemaContext
SchemaContext
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (2)
18
internal Baml2006SchemaContext(Assembly localAssembly,
XamlSchemaContext
parentSchemaContext)
690
private
XamlSchemaContext
_parentSchemaContext;
System\Windows\Markup\Baml2006\WpfKnownMember.cs (2)
66
public WpfKnownMember(
XamlSchemaContext
schema,
78
public WpfKnownMember(
XamlSchemaContext
schema,
System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
64
public WpfKnownType(
XamlSchemaContext
schema,
72
public WpfKnownType(
XamlSchemaContext
schema,
System\Windows\Markup\Baml2006\WpfXamlMember.cs (4)
47
XamlSchemaContext
schemaContext,
58
XamlSchemaContext
schemaContext,
69
XamlSchemaContext
schemaContext,
80
XamlSchemaContext
schemaContext,
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
75
public WpfXamlType(Type type,
XamlSchemaContext
schema, bool isBamlScenario, bool useV3Rules)
System\Windows\Markup\DependencyPropertyConverter.cs (3)
165
XamlSchemaContext
schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider))
182
XamlSchemaContext
schemaContext = ixscp.SchemaContext;
241
private static Type GetTypeFromName(
XamlSchemaContext
schemaContext,
System\Windows\Markup\RestrictiveXamlXmlReader.cs (2)
72
public RestrictiveXamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings) : base(xmlReader, schemaContext, settings)
79
internal RestrictiveXamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings, List<Type> safeTypes) : base(xmlReader, schemaContext, settings)
System\Windows\Markup\RoutedEventConverter.cs (1)
85
XamlSchemaContext
schemaContext = schemaContextProvider.SchemaContext;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
100
XamlSchemaContext
schemaContext = ixsc.SchemaContext;
System\Windows\Markup\WpfXamlLoader.cs (1)
47
internal static void EnsureXmlNamespaceMaps(object rootObject,
XamlSchemaContext
schemaContext)
System\Windows\Markup\XamlReader.cs (3)
345
XamlSchemaContext
schemaContext = parserContext.XamlTypeMapper != null ?
764
public static
XamlSchemaContext
GetWpfSchemaContext()
887
XamlSchemaContext
schemaContext = parserContext.XamlTypeMapper != null ?
System\Windows\Markup\XamlTypeMapper.cs (1)
3866
internal System.Xaml.
XamlSchemaContext
SchemaContext
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
414
public VisibilityMaskingXamlType(Type underlyingType,
XamlSchemaContext
schemaContext)
System\Windows\StaticResourceExtension.cs (1)
208
XamlSchemaContext
schemaContext = schemaContextProvider.SchemaContext;
System\Windows\TemplateContent.cs (3)
1385
internal
XamlSchemaContext
SchemaContext { get; private set; }
1415
private
XamlSchemaContext
_schemaContext;
1419
public ServiceProviderWrapper(IServiceProvider services,
XamlSchemaContext
schemaContext)
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
214
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)
214
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)
214
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)
214
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)
214
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)
214
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
System.Xaml (111)
System\Xaml\Context\ObjectWriterContext.cs (1)
77
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)
220
XamlSchemaContext
IXamlSchemaContextProvider.SchemaContext
System\Xaml\Context\XamlContext.cs (3)
16
private
XamlSchemaContext
_schemaContext;
20
protected XamlContext(
XamlSchemaContext
schemaContext)
25
public
XamlSchemaContext
SchemaContext
System\Xaml\Context\XamlParserContext.cs (1)
22
public XamlParserContext(
XamlSchemaContext
schemaContext, Assembly localAssembly)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
268
public override
XamlSchemaContext
SchemaContext
System\Xaml\InfosetObjects\XamlObjectWriter.cs (5)
47
public XamlObjectWriter(
XamlSchemaContext
schemaContext)
53
public XamlObjectWriter(
XamlSchemaContext
schemaContext, XamlObjectWriterSettings settings)
69
void Initialize(
XamlSchemaContext
schemaContext, XamlSavedContext savedContext, XamlObjectWriterSettings settings)
118
private XamlRuntime CreateRuntime(XamlObjectWriterSettings settings,
XamlSchemaContext
schemaContext)
998
public override
XamlSchemaContext
SchemaContext
System\Xaml\InfosetObjects\XamlXmlReader.cs (10)
42
public XamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext)
50
public XamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
71
public XamlXmlReader(string fileName,
XamlSchemaContext
schemaContext)
79
public XamlXmlReader(string fileName,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
105
public XamlXmlReader(Stream stream,
XamlSchemaContext
schemaContext)
113
public XamlXmlReader(Stream stream,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
139
public XamlXmlReader(TextReader textReader,
XamlSchemaContext
schemaContext)
147
public XamlXmlReader(TextReader textReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
161
private void Initialize(XmlReader givenXmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
299
public override
XamlSchemaContext
SchemaContext
System\Xaml\IXamlSchemaContextProvider.cs (1)
11
XamlSchemaContext
SchemaContext { get; }
System\Xaml\MS\Impl\XmlNsInfo.cs (2)
197
XamlSchemaContext
.CreateDictionary<string, IList<string>>();
216
assembly.FullName :
XamlSchemaContext
.GetAssemblyShortName(assembly);
System\Xaml\Parser\NodeStreamSorter.cs (1)
224
XamlSchemaContext
schemaContext = _context.SchemaContext;
System\Xaml\Parser\XamlScanner.cs (1)
294
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)
46
XamlSchemaContext
_schemaContext;
123
internal DynamicMethodRuntime(XamlRuntimeSettings settings,
XamlSchemaContext
schemaContext,
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
36
XamlSchemaContext
_schemaContext;
38
public PartialTrustTolerantRuntime(XamlRuntimeSettings runtimeSettings, XamlAccessLevel accessLevel,
XamlSchemaContext
schemaContext)
System\Xaml\Schema\MemberReflector.cs (3)
219
internal static bool IsInternalVisibleTo(MethodInfo method, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
240
internal static bool IsProtectedVisibleTo(MethodInfo method, Type derivedType,
XamlSchemaContext
schemaContext)
270
internal static bool GenericArgumentsAreVisibleTo(MethodInfo method, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
System\Xaml\Schema\TypeReflector.cs (5)
121
internal static bool IsVisibleTo(Type type, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
366
var dict =
XamlSchemaContext
.CreateDictionary<XamlDirective, XamlMember>();
948
internal IList<XamlMember> LookupAllAttachableMembers(
XamlSchemaContext
schemaContext)
965
private void GetOrCreateAttachableProperties(
XamlSchemaContext
schemaContext, List<XamlMember> result,
1006
private void GetOrCreateAttachableEvents(
XamlSchemaContext
schemaContext,
System\Xaml\Schema\XamlNamespace.cs (5)
16
public readonly
XamlSchemaContext
SchemaContext;
24
public XamlNamespace(
XamlSchemaContext
schemaContext)
30
public XamlNamespace(
XamlSchemaContext
schemaContext, string clrNs, string assemblyName)
46
_typeCache =
XamlSchemaContext
.CreateDictionary<string, XamlType>();
92
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)
295
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlLanguage.cs (4)
56
private static Lazy<
XamlSchemaContext
> s_schemaContext =
57
new Lazy<
XamlSchemaContext
>(GetSchemaContext);
423
private static
XamlSchemaContext
GetSchemaContext()
430
XamlSchemaContext
result = new XamlSchemaContext(assemblies, settings);
System\Xaml\XamlMarkupExtensionWriter.cs (1)
48
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlMember.cs (13)
42
public XamlMember(PropertyInfo propertyInfo,
XamlSchemaContext
schemaContext)
47
public XamlMember(PropertyInfo propertyInfo,
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker)
52
internal XamlMember(PropertyInfo propertyInfo,
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker, MemberReflector reflector)
65
public XamlMember(EventInfo eventInfo,
XamlSchemaContext
schemaContext)
70
public XamlMember(EventInfo eventInfo,
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker)
75
internal XamlMember(EventInfo eventInfo,
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker, MemberReflector reflector)
89
XamlSchemaContext
schemaContext)
95
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker)
101
XamlSchemaContext
schemaContext, XamlMemberInvoker invoker, MemberReflector reflector)
122
public XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext)
127
public XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext,
133
internal XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext,
845
private
XamlSchemaContext
SchemaContext { get { return _declaringType.SchemaContext; } }
System\Xaml\XamlNodeList.cs (3)
22
public XamlNodeList(
XamlSchemaContext
schemaContext)
28
public XamlNodeList(
XamlSchemaContext
schemaContext, int size)
34
private void Initialize(
XamlSchemaContext
schemaContext, int size)
System\Xaml\XamlNodeQueue.cs (1)
23
public XamlNodeQueue(
XamlSchemaContext
schemaContext)
System\Xaml\XamlObjectReader.cs (8)
25
XamlSchemaContext
schemaContext;
40
public XamlObjectReader(object instance,
XamlSchemaContext
schemaContext)
45
public XamlObjectReader(object instance,
XamlSchemaContext
schemaContext, XamlObjectReaderSettings settings)
161
public override
XamlSchemaContext
SchemaContext
2474
XamlSchemaContext
schemaContext;
2478
public SerializerContext(
XamlSchemaContext
schemaContext, XamlObjectReaderSettings settings)
2528
public
XamlSchemaContext
SchemaContext { get { return schemaContext; } }
2846
public
XamlSchemaContext
SchemaContext { get { return context.SchemaContext; } }
System\Xaml\XamlReader.cs (1)
23
public abstract
XamlSchemaContext
SchemaContext { get; }
System\Xaml\XamlSchemaContext.cs (5)
784
XamlSchemaContext
schemaContext = weakRef.Target as
XamlSchemaContext
;
1346
public AssemblyLoadHandler(
XamlSchemaContext
schemaContext)
1353
XamlSchemaContext
schemaContext = (
XamlSchemaContext
)schemaContextRef.Target;
System\Xaml\XamlSubreader.cs (1)
71
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlType.cs (8)
23
XamlSchemaContext
_schemaContext;
39
protected XamlType(string typeName, IList<XamlType> typeArguments,
XamlSchemaContext
schemaContext)
46
public XamlType(string unknownTypeNamespace, string unknownTypeName, IList<XamlType> typeArguments,
XamlSchemaContext
schemaContext)
57
public XamlType(Type underlyingType,
XamlSchemaContext
schemaContext)
62
public XamlType(Type underlyingType,
XamlSchemaContext
schemaContext, XamlTypeInvoker invoker)
67
internal XamlType(string alias, Type underlyingType,
XamlSchemaContext
schemaContext, XamlTypeInvoker invoker, TypeReflector reflector)
329
public
XamlSchemaContext
SchemaContext { get { return _schemaContext; } }
1483
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)
39
XamlSchemaContext
schemaContext;
46
public XamlXmlWriter(Stream stream,
XamlSchemaContext
schemaContext)
51
public XamlXmlWriter(Stream stream,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
65
public XamlXmlWriter(TextWriter textWriter,
XamlSchemaContext
schemaContext)
70
public XamlXmlWriter(TextWriter textWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
84
public XamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext)
89
public XamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
96
void InitializeXamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
252
public override
XamlSchemaContext
SchemaContext