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