6 references to ValidationEventArgs
System.Xml (6)
System\Xml\Schema\BaseValidator.cs (1)
245eventhandler(sender, new ValidationEventArgs(e));
System\Xml\Schema\SchemaInfo.cs (1)
288eventhandler(this, new ValidationEventArgs(new XmlSchemaException(Res.Sch_MixSchemaTypes, string.Empty)));
System\Xml\Schema\XdrValidator.cs (2)
496eventhandler(sender, new ValidationEventArgs(e)); 513eventhandler(sender, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchema.cs (1)
112validationEventHandler(null, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchemaCollection.cs (1)
352validationEventHandler(this, new ValidationEventArgs(e));