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