1 write to _schemaContext
System.Xaml (1)
System\Xaml\Context\XamlContext.cs (1)
21_schemaContext = schemaContext;
3 references to _schemaContext
System.Xaml (3)
System\Xaml\Context\XamlContext.cs (3)
26get { return _schemaContext; } 269XamlType xamlType = _schemaContext.GetXamlType(typeName); 387XamlType xamlType = _schemaContext.GetXamlType(ns, name, typeArgArray);