Base:
property
SchemaInfo
System.Xml.XmlNode.SchemaInfo
2 references to SchemaInfo
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
1747switch (documentElement.SchemaInfo.Validity)
System\Xml\Dom\XmlElement.cs (1)
106set { _name = _name.OwnerDocument.AddXmlName(value, LocalName, NamespaceURI, SchemaInfo); }