Implemented interface member:
property
SchemaElement
System.Xml.Schema.IXmlSchemaInfo.SchemaElement
4 writes to SchemaElement
System.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
429schemaInfo.SchemaElement = localSchemaElement; 808schemaInfo.SchemaElement = GetSchemaElement(); 812schemaInfo.SchemaElement = null; 1071schemaInfo.SchemaElement = localSchemaElement;
12 references to SchemaElement
System.Data.Services.Design (2)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (2)
384if (schemaInfo.SchemaElement != null) 386XmlSchemaComplexType schemaComplexType = schemaInfo.SchemaElement.ElementSchemaType as XmlSchemaComplexType;
System.Xml (6)
System\Xml\Core\XsdValidatingReader.cs (2)
1449return xmlSchemaInfo.SchemaElement; 2179XmlSchemaElement schemaElem = xmlSchemaInfo.SchemaElement;
System\Xml\Dom\DocumentSchemaValidator.cs (4)
345XmlText textNode = document.CreateTextNode(schemaInfo.SchemaElement.ElementDecl.DefaultValueRaw); 538ancestorHasWildCard = AncestorTypeHasWildcard(schemaInfo.SchemaElement); 555if (schemaInfo.SchemaElement != null) { 556schemaInfoFound = schemaInfo.SchemaElement;
System.Xml.Linq (4)
System\Xml\Linq\XNodeValidator.cs (4)
261e.Value = GetDefaultValue(si.SchemaElement); 321(object)si1.SchemaElement == (object)si2.SchemaElement && 343XmlSchemaElement schemaElement = si.SchemaElement;