2 writes to elementFormDefault
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
879
this.
elementFormDefault
= schema.ElementFormDefault;
881
this.
elementFormDefault
= XmlSchemaForm.Unqualified;
2 references to elementFormDefault
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
880
if (this.
elementFormDefault
== XmlSchemaForm.None) {
1111
element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.
elementFormDefault
== XmlSchemaForm.Qualified))? this.targetNamespace : null));