2 writes to SchemaContext
System.Xaml (2)
System\Xaml\Schema\XamlNamespace.cs (2)
26SchemaContext = schemaContext; 32SchemaContext = schemaContext;
4 references to SchemaContext
System.Xaml (4)
System\Xaml\Schema\XamlNamespace.cs (4)
86xamlType = SchemaContext.GetXamlType(type); 125return SchemaContext.GetXamlType(closedType); 221XamlType xamlType = SchemaContext.GetXamlType(t); 231Assembly asm = SchemaContext.OnAssemblyResolve(assemblyName);