3 writes to _schemaContext
System.Xaml (3)
System\Xaml\XamlType.cs (3)
42
_schemaContext
= schemaContext ?? throw new ArgumentNullException(nameof(schemaContext));
52
_schemaContext
= schemaContext ?? throw new ArgumentNullException(nameof(schemaContext));
73
_schemaContext
= schemaContext ?? throw new ArgumentNullException(nameof(schemaContext));
2 references to _schemaContext
System.Xaml (2)
System\Xaml\XamlType.cs (2)
329
public XamlSchemaContext SchemaContext { get { return
_schemaContext
; } }
458
_namespaces =
_schemaContext
.GetXamlNamespaces(this);