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