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