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