6 types derived from XamlSchemaContext
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
27
internal partial class Baml2006SchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
10
internal partial class Baml2006SchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8
internal partial class WpfSharedBamlSchemaContext:
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9
internal partial class WpfSharedBamlSchemaContext :
XamlSchemaContext
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
25
internal partial class WpfSharedBamlSchemaContext:
XamlSchemaContext
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
15
internal class XamlTypeMapperSchemaContext :
XamlSchemaContext
4 instantiations of XamlSchemaContext
System.Xaml (4)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
220
schemaContext = new
XamlSchemaContext
();
System\Xaml\XamlLanguage.cs (1)
437
XamlSchemaContext result = new
XamlSchemaContext
(assemblies, settings);
System\Xaml\XamlObjectReader.cs (1)
35
: this(instance, new
XamlSchemaContext
(), settings)
System\Xaml\XamlServices.cs (1)
179
using (XamlXmlWriter xamlWriter = new XamlXmlWriter(writer, new
XamlSchemaContext
()))
148 references to XamlSchemaContext
PresentationFramework (33)
MS\Internal\Helper.cs (1)
616
System.Xaml.
XamlSchemaContext
sc = scp.SchemaContext;
System\Windows\DeferrableContentConverter.cs (1)
31
XamlSchemaContext
xamlSchemaContext =
System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (2)
23
public KeyRecord(bool shared, bool sharedSet, int valuePosition,
XamlSchemaContext
context) :
97
public StaticResource(XamlType type,
XamlSchemaContext
schemaContext)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
184
public override
XamlSchemaContext
SchemaContext
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (2)
17
internal Baml2006SchemaContext(Assembly localAssembly,
XamlSchemaContext
parentSchemaContext)
691
private
XamlSchemaContext
_parentSchemaContext;
System\Windows\Markup\Baml2006\WpfKnownMember.cs (2)
65
public WpfKnownMember(
XamlSchemaContext
schema,
77
public WpfKnownMember(
XamlSchemaContext
schema,
System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
63
public WpfKnownType(
XamlSchemaContext
schema,
71
public WpfKnownType(
XamlSchemaContext
schema,
System\Windows\Markup\Baml2006\WpfXamlMember.cs (4)
46
XamlSchemaContext
schemaContext,
57
XamlSchemaContext
schemaContext,
68
XamlSchemaContext
schemaContext,
79
XamlSchemaContext
schemaContext,
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
74
public WpfXamlType(Type type,
XamlSchemaContext
schema, bool isBamlScenario, bool useV3Rules)
System\Windows\Markup\DependencyPropertyConverter.cs (3)
164
XamlSchemaContext
schemaContext = (serviceProvider.GetService(typeof(IXamlSchemaContextProvider))
181
XamlSchemaContext
schemaContext = ixscp.SchemaContext;
240
private static Type GetTypeFromName(
XamlSchemaContext
schemaContext,
System\Windows\Markup\RestrictiveXamlXmlReader.cs (2)
71
public RestrictiveXamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings) : base(xmlReader, schemaContext, settings)
78
internal RestrictiveXamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings, List<Type> safeTypes) : base(xmlReader, schemaContext, settings)
System\Windows\Markup\RoutedEventConverter.cs (1)
84
XamlSchemaContext
schemaContext = schemaContextProvider.SchemaContext;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
99
XamlSchemaContext
schemaContext = ixsc.SchemaContext;
System\Windows\Markup\WpfXamlLoader.cs (1)
46
internal static void EnsureXmlNamespaceMaps(object rootObject,
XamlSchemaContext
schemaContext)
System\Windows\Markup\XamlReader.cs (3)
348
XamlSchemaContext
schemaContext = parserContext.XamlTypeMapper != null ?
766
public static
XamlSchemaContext
GetWpfSchemaContext()
891
XamlSchemaContext
schemaContext = parserContext.XamlTypeMapper != null ?
System\Windows\Markup\XamlTypeMapper.cs (1)
3865
internal System.Xaml.
XamlSchemaContext
SchemaContext
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
413
public VisibilityMaskingXamlType(Type underlyingType,
XamlSchemaContext
schemaContext)
System\Windows\StaticResourceExtension.cs (1)
207
XamlSchemaContext
schemaContext = schemaContextProvider.SchemaContext;
System\Windows\TemplateContent.cs (3)
1392
internal
XamlSchemaContext
SchemaContext { get; private set; }
1422
private
XamlSchemaContext
_schemaContext;
1426
public ServiceProviderWrapper(IServiceProvider services,
XamlSchemaContext
schemaContext)
PresentationFramework.Aero (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
233
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.Aero2 (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
233
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.AeroLite (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
233
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.Classic (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
233
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.Luna (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
233
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
PresentationFramework.Royale (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
233
public ThemesKnownType(
XamlSchemaContext
xsc, int bamlNumber, string name, Type type) :
System.Xaml (109)
System\Xaml\Context\ObjectWriterContext.cs (1)
76
public ObjectWriterContext(
XamlSchemaContext
schemaContext,
System\Xaml\Context\SavedContext.cs (2)
14
private
XamlSchemaContext
_context;
36
public
XamlSchemaContext
SchemaContext { get { return _context; } }
System\Xaml\Context\ServiceProviderContext.cs (1)
219
XamlSchemaContext
IXamlSchemaContextProvider.SchemaContext
System\Xaml\Context\XamlContext.cs (3)
15
private
XamlSchemaContext
_schemaContext;
19
protected XamlContext(
XamlSchemaContext
schemaContext)
24
public
XamlSchemaContext
SchemaContext
System\Xaml\Context\XamlParserContext.cs (1)
21
public XamlParserContext(
XamlSchemaContext
schemaContext, Assembly localAssembly)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
271
public override
XamlSchemaContext
SchemaContext
System\Xaml\InfosetObjects\XamlObjectWriter.cs (5)
45
public XamlObjectWriter(
XamlSchemaContext
schemaContext)
51
public XamlObjectWriter(
XamlSchemaContext
schemaContext, XamlObjectWriterSettings settings)
68
private void Initialize(
XamlSchemaContext
schemaContext, XamlSavedContext savedContext, XamlObjectWriterSettings settings)
118
private XamlRuntime CreateRuntime(XamlObjectWriterSettings settings,
XamlSchemaContext
schemaContext)
1025
public override
XamlSchemaContext
SchemaContext
System\Xaml\InfosetObjects\XamlXmlReader.cs (10)
41
public XamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext)
49
public XamlXmlReader(XmlReader xmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
70
public XamlXmlReader(string fileName,
XamlSchemaContext
schemaContext)
78
public XamlXmlReader(string fileName,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
104
public XamlXmlReader(Stream stream,
XamlSchemaContext
schemaContext)
112
public XamlXmlReader(Stream stream,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
138
public XamlXmlReader(TextReader textReader,
XamlSchemaContext
schemaContext)
146
public XamlXmlReader(TextReader textReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
160
private void Initialize(XmlReader givenXmlReader,
XamlSchemaContext
schemaContext, XamlXmlReaderSettings settings)
307
public override
XamlSchemaContext
SchemaContext
System\Xaml\IXamlSchemaContextProvider.cs (1)
10
XamlSchemaContext
SchemaContext { get; }
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
207
XamlSchemaContext
.CreateDictionary<string, IList<string>>();
System\Xaml\Parser\NodeStreamSorter.cs (1)
226
XamlSchemaContext
schemaContext = _context.SchemaContext;
System\Xaml\Parser\XamlScanner.cs (1)
296
XamlSchemaContext
schemaContext = _parserContext.SchemaContext;
System\Xaml\ReaderBaseDelegate.cs (3)
16
protected
XamlSchemaContext
_schemaContext;
21
protected ReaderBaseDelegate(
XamlSchemaContext
schemaContext)
56
public override
XamlSchemaContext
SchemaContext
System\Xaml\ReaderDelegate.cs (1)
18
public ReaderDelegate(
XamlSchemaContext
schemaContext, XamlNodeNextDelegate next, bool hasLineInfo)
System\Xaml\ReaderMultiIndexDelegate.cs (1)
28
public ReaderMultiIndexDelegate(
XamlSchemaContext
schemaContext, XamlNodeIndexDelegate indexDelegate, int count, bool hasLineInfo)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
46
private
XamlSchemaContext
_schemaContext;
128
internal DynamicMethodRuntime(XamlRuntimeSettings settings,
XamlSchemaContext
schemaContext,
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
35
private
XamlSchemaContext
_schemaContext;
37
public PartialTrustTolerantRuntime(XamlRuntimeSettings runtimeSettings, XamlAccessLevel accessLevel,
XamlSchemaContext
schemaContext)
System\Xaml\Schema\MemberReflector.cs (3)
223
internal static bool IsInternalVisibleTo(MethodInfo method, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
247
internal static bool IsProtectedVisibleTo(MethodInfo method, Type derivedType,
XamlSchemaContext
schemaContext)
281
internal static bool GenericArgumentsAreVisibleTo(MethodInfo method, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
System\Xaml\Schema\TypeReflector.cs (5)
125
internal static bool IsVisibleTo(Type type, Assembly accessingAssembly,
XamlSchemaContext
schemaContext)
378
var dict =
XamlSchemaContext
.CreateDictionary<XamlDirective, XamlMember>();
984
internal IList<XamlMember> LookupAllAttachableMembers(
XamlSchemaContext
schemaContext)
1001
private void GetOrCreateAttachableProperties(
XamlSchemaContext
schemaContext, List<XamlMember> result,
1044
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)
49
_typeCache =
XamlSchemaContext
.CreateDictionary<string, XamlType>();
94
return
XamlSchemaContext
.TryAdd(_typeCache, typeName, xamlType);
System\Xaml\Schema\XamlTypeTypeConverter.cs (1)
93
private static XamlType GetXamlTypeOrUnknown(
XamlSchemaContext
schemaContext, XamlTypeName typeName)
System\Xaml\WriterDelegate.cs (3)
16
private
XamlSchemaContext
_schemaContext;
18
public WriterDelegate(XamlNodeAddDelegate add, XamlLineInfoAddDelegate addlineInfoDelegate,
XamlSchemaContext
xamlSchemaContext)
89
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlBackgroundReader.cs (1)
305
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlLanguage.cs (4)
55
private static Lazy<
XamlSchemaContext
> s_schemaContext =
56
new Lazy<
XamlSchemaContext
>(GetSchemaContext);
428
private static
XamlSchemaContext
GetSchemaContext()
437
XamlSchemaContext
result = new XamlSchemaContext(assemblies, settings);
System\Xaml\XamlMarkupExtensionWriter.cs (1)
47
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)
123
public XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext)
128
public XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext,
134
internal XamlMember(string attachableEventName, MethodInfo adder,
XamlSchemaContext
schemaContext,
892
private
XamlSchemaContext
SchemaContext { get { return _declaringType.SchemaContext; } }
System\Xaml\XamlNodeList.cs (3)
21
public XamlNodeList(
XamlSchemaContext
schemaContext)
27
public XamlNodeList(
XamlSchemaContext
schemaContext, int size)
33
private void Initialize(
XamlSchemaContext
schemaContext, int size)
System\Xaml\XamlNodeQueue.cs (1)
22
public XamlNodeQueue(
XamlSchemaContext
schemaContext)
System\Xaml\XamlObjectReader.cs (8)
24
private
XamlSchemaContext
schemaContext;
39
public XamlObjectReader(object instance,
XamlSchemaContext
schemaContext)
44
public XamlObjectReader(object instance,
XamlSchemaContext
schemaContext, XamlObjectReaderSettings settings)
160
public override
XamlSchemaContext
SchemaContext
2488
private
XamlSchemaContext
schemaContext;
2492
public SerializerContext(
XamlSchemaContext
schemaContext, XamlObjectReaderSettings settings)
2542
public
XamlSchemaContext
SchemaContext { get { return schemaContext; } }
2867
public
XamlSchemaContext
SchemaContext { get { return context.SchemaContext; } }
System\Xaml\XamlReader.cs (1)
23
public abstract
XamlSchemaContext
SchemaContext { get; }
System\Xaml\XamlSchemaContext.cs (4)
815
if (weakRef.Target is
XamlSchemaContext
schemaContext)
1388
public AssemblyLoadHandler(
XamlSchemaContext
schemaContext)
1395
XamlSchemaContext
schemaContext = (
XamlSchemaContext
)schemaContextRef.Target;
System\Xaml\XamlSubreader.cs (1)
71
public override
XamlSchemaContext
SchemaContext
System\Xaml\XamlType.cs (8)
22
private
XamlSchemaContext
_schemaContext;
38
protected XamlType(string typeName, IList<XamlType> typeArguments,
XamlSchemaContext
schemaContext)
45
public XamlType(string unknownTypeNamespace, string unknownTypeName, IList<XamlType> typeArguments,
XamlSchemaContext
schemaContext)
56
public XamlType(Type underlyingType,
XamlSchemaContext
schemaContext)
61
public XamlType(Type underlyingType,
XamlSchemaContext
schemaContext, XamlTypeInvoker invoker)
66
internal XamlType(string alias, Type underlyingType,
XamlSchemaContext
schemaContext, XamlTypeInvoker invoker, TypeReflector reflector)
347
public
XamlSchemaContext
SchemaContext { get { return _schemaContext; } }
1594
private static ReadOnlyCollection<XamlType> GetTypeArguments(Type type,
XamlSchemaContext
schemaContext)
System\Xaml\XamlWriter.cs (1)
19
public abstract
XamlSchemaContext
SchemaContext { get; }
System\Xaml\XamlXmlWriter.cs (9)
37
private
XamlSchemaContext
schemaContext;
44
public XamlXmlWriter(Stream stream,
XamlSchemaContext
schemaContext)
49
public XamlXmlWriter(Stream stream,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
63
public XamlXmlWriter(TextWriter textWriter,
XamlSchemaContext
schemaContext)
68
public XamlXmlWriter(TextWriter textWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
82
public XamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext)
87
public XamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
94
private void InitializeXamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext
schemaContext, XamlXmlWriterSettings settings)
251
public override
XamlSchemaContext
SchemaContext