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