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)
87xamlType = SchemaContext.GetXamlType(type); 126return SchemaContext.GetXamlType(closedType); 227XamlType xamlType = SchemaContext.GetXamlType(t); 238Assembly asm = SchemaContext.OnAssemblyResolve(assemblyName);