1 write to hasMixedAttribute
System.Xml (1)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
28
set { isMixed = value;
hasMixedAttribute
= true; }
1 reference to hasMixedAttribute
System.Xml (1)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
44
get { return
hasMixedAttribute
; }