3 writes to _schemaContext
System.Xaml (3)
System\Xaml\XamlType.cs (3)
45_schemaContext = schemaContext ?? throw new ArgumentNullException(nameof(schemaContext)); 55_schemaContext = schemaContext ?? throw new ArgumentNullException(nameof(schemaContext)); 76_schemaContext = schemaContext ?? throw new ArgumentNullException(nameof(schemaContext));
2 references to _schemaContext
System.Xaml (2)
System\Xaml\XamlType.cs (2)
332public XamlSchemaContext SchemaContext { get { return _schemaContext; } } 461_namespaces = _schemaContext.GetXamlNamespaces(this);