12 writes to Form
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaHelper.cs (1)
162element.Form = XmlSchemaForm.Qualified;
System.ServiceModel (1)
System\ServiceModel\Description\SchemaHelper.cs (1)
18element.Form = XmlSchemaForm.Qualified;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8744o.@Form = Read6_XmlSchemaForm(Reader.Value);
System.Xml (9)
System\Xml\Schema\Inference\Infer.cs (2)
532xse.Form = XmlSchemaForm.Qualified; 2372newElement.Form = copyElement.Form;
System\Xml\Schema\XsdBuilder.cs (1)
1283builder.element.Form = (XmlSchemaForm)builder.ParseEnum(value, "form", FormStringValues);
System\Xml\Serialization\SoapSchemaExporter.cs (1)
262element.Form = XmlSchemaForm.Unqualified;
System\Xml\Serialization\XmlSchemaExporter.cs (5)
239element.Form = accessor.Form; 283e.Form = XmlSchemaForm.None; 742element.Form = accessor.Form; 751element.Form = accessor.Form == elementFormDefault ? XmlSchemaForm.None : accessor.Form; 753element.Form = accessor.Form == schema.ElementFormDefault ? XmlSchemaForm.None : accessor.Form;
26 references to Form
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
2167if (elem.Form == XmlSchemaForm.Unqualified) { 2170else if (elem.Form == XmlSchemaForm.None) {
System.Runtime.Serialization (4)
System\Runtime\Serialization\SchemaImporter.cs (4)
982XmlSchemaForm elementForm = (element.Form == XmlSchemaForm.None) ? SchemaHelper.GetSchemaWithType(SchemaObjects, schemaSet, typeName).ElementFormDefault : element.Form; 1080XmlSchemaForm elementForm = (element.Form == XmlSchemaForm.None) ? SchemaHelper.GetSchemaWithType(SchemaObjects, schemaSet, typeName).ElementFormDefault : element.Form;
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1177XmlSchemaForm elementForm = (element.Form != XmlSchemaForm.None) ? element.Form : elementFormDefault;
System\ServiceModel\Description\SchemaHelper.cs (2)
113if (e1.Form != e2.Form)
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2243if (((global::System.Xml.Schema.XmlSchemaForm)o.@Form) != global::System.Xml.Schema.XmlSchemaForm.@None) { 2244WriteAttribute(@"form", @"", Write6_XmlSchemaForm(((global::System.Xml.Schema.XmlSchemaForm)o.@Form)));
System.Xml (14)
System\Xml\Schema\Inference\Infer.cs (1)
2372newElement.Form = copyElement.Form;
System\Xml\Schema\Preprocessor.cs (4)
1092if (element.Form != XmlSchemaForm.None) { 1111element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.elementFormDefault == XmlSchemaForm.Qualified))? this.targetNamespace : null)); 1127element.Form != XmlSchemaForm.None ||
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
782if (element.Form != XmlSchemaForm.None) { 801element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.elementFormDefault == XmlSchemaForm.Qualified))? this.targetNamespace : null)); 817element.Form != XmlSchemaForm.None ||
System\Xml\Schema\XmlSchemaComplexType.cs (2)
507if (element.Form == XmlSchemaForm.None && parentSchema != null) { 511return element.Form;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
281if (e.Form == XmlSchemaForm.Unqualified)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1800if (element.Form == XmlSchemaForm.None) { 1818return element.Form;