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