6 references to ValidationEventArgs
System.Private.Xml (6)
System\Xml\Schema\BaseValidator.cs (1)
310eventhandler(sender, new ValidationEventArgs(e));
System\Xml\Schema\SchemaInfo.cs (1)
296eventhandler?.Invoke(this, new ValidationEventArgs(new XmlSchemaException(SR.Sch_MixSchemaTypes, string.Empty)));
System\Xml\Schema\XdrValidator.cs (2)
608eventhandler(sender, new ValidationEventArgs(e)); 627eventhandler(sender, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchema.cs (1)
84validationEventHandler(null, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchemaCollection.cs (1)
354_validationEventHandler(this, new ValidationEventArgs(e));