1 write to _schemaContext
System.Xaml (1)
System\Xaml\Context\XamlContext.cs (1)
22_schemaContext = schemaContext;
3 references to _schemaContext
System.Xaml (3)
System\Xaml\Context\XamlContext.cs (3)
27get { return _schemaContext; } 259XamlType xamlType = _schemaContext.GetXamlType(typeName); 370XamlType xamlType = _schemaContext.GetXamlType(ns, name, typeArgArray);