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