1 write to _schemaContext
System.Xaml (1)
System\Xaml\Context\XamlContext.cs (1)
25_schemaContext = schemaContext;
3 references to _schemaContext
System.Xaml (3)
System\Xaml\Context\XamlContext.cs (3)
30get { return _schemaContext; } 262XamlType xamlType = _schemaContext.GetXamlType(typeName); 373XamlType xamlType = _schemaContext.GetXamlType(ns, name, typeArgArray);