5 references to ValidationEventHandler
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaValidator.cs (1)
176
_schemaSet.
ValidationEventHandler
+= schemas.GetEventHandler();
System\Xml\Serialization\Mappings.cs (1)
1308
_schemas.
ValidationEventHandler
+= new ValidationEventHandler(ValidationCallbackWithErrorCode);
System\Xml\Serialization\XmlSchemas.cs (3)
72
_schemaSet.
ValidationEventHandler
+= new ValidationEventHandler(IgnoreCompileErrors);
638
_schemaSet.
ValidationEventHandler
+= handler;
667
_schemaSet.
ValidationEventHandler
-= handler;