1 implementation of LookupDefaultAttributes
System.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
90IEnumerable<IDtdDefaultAttributeInfo> IDtdAttributeListInfo.LookupDefaultAttributes() {
1 reference to LookupDefaultAttributes
System.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
4093IEnumerable<IDtdDefaultAttributeInfo> defaultAttributes = attlistInfo.LookupDefaultAttributes();