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