3 references to HasDefaultAttribute
System.Xml (3)
System\Xml\Schema\XdrValidator.cs (1)
248
if (context.ElementDecl.
HasDefaultAttribute
) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
891
if (currentElementDecl != null && currentElementDecl.
HasDefaultAttribute
) {
System\Xml\Schema\XsdValidator.cs (1)
444
if (context.ElementDecl.
HasDefaultAttribute
) {