3 writes to attributeFormDefault
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
266set { attributeFormDefault = value; } 523that.attributeFormDefault = this.attributeFormDefault; 541that.attributeFormDefault = this.attributeFormDefault;
3 references to attributeFormDefault
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
265get { return attributeFormDefault; } 523that.attributeFormDefault = this.attributeFormDefault; 541that.attributeFormDefault = this.attributeFormDefault;