3 writes to elementFormDefault
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
296set { elementFormDefault = value; } 524that.elementFormDefault = this.elementFormDefault; 542that.elementFormDefault = this.elementFormDefault;
3 references to elementFormDefault
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
295get { return elementFormDefault; } 524that.elementFormDefault = this.elementFormDefault; 542that.elementFormDefault = this.elementFormDefault;