1 write to _isMixed
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
18set { _isMixed = value; _hasMixedAttribute = true; }
1 reference to _isMixed
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
17get { return _isMixed; }