Base:
property
IsMixed
System.Xml.Schema.XmlSchemaType.IsMixed
18 writes to @IsMixed
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
726anyType.IsMixed = true; 740anyElementType.IsMixed = false;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9166o.@IsMixed = System.Xml.XmlConvert.ToBoolean(Reader.Value);
System.Xml (15)
System\Xml\Schema\Inference\Infer.cs (5)
745ct.IsMixed = true; 794ct.IsMixed = true; 923ct.IsMixed=true; 932ct.IsMixed = true; 965ct.IsMixed = true;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
50untypedAnyType.IsMixed = true;
System\Xml\Schema\XsdBuilder.cs (1)
1511builder.complexType.IsMixed = builder.ParseBoolean(value, "mixed");
System\Xml\Serialization\XmlSchemaExporter.cs (8)
160type.IsMixed = true; 202type.IsMixed = isMixed; 397type.IsMixed = mapping.TypeDesc.IsMixed; 402type.IsMixed = true; 415type.IsMixed = mapping.TypeDesc.IsMixed; 420type.IsMixed = true; 963type.IsMixed = true; 979type.IsMixed = true;
12 references to @IsMixed
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1362if (type.IsMixed)
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
272if (complexType.IsMixed)
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3138if (((global::System.Boolean)o.@IsMixed) != false) { 3139WriteAttribute(@"mixed", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsMixed)));
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1467if ( !content.HasMixedAttribute && complexType.IsMixed) {
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1351(complexContent == null && complexType.IsMixed)) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1153if ( !content.HasMixedAttribute && complexType.IsMixed) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
1625(complexContent == null && complexType.IsMixed)) {
System\Xml\Serialization\SchemaObjectWriter.cs (2)
675if (((System.Boolean)o.@IsMixed) != false) { 676WriteAttribute(@"mixed", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsMixed)));
System\Xml\Serialization\XmlSchemaExporter.cs (1)
128if (complexType.IsMixed != mixed)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
698bool mixed = ct.IsMixed;