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)
1332
_schemas.
ValidationEventHandler
+= new ValidationEventHandler(ValidationCallbackWithErrorCode);
System\Xml\Serialization\XmlSchemas.cs (3)
70
_schemaSet.
ValidationEventHandler
+= new ValidationEventHandler(IgnoreCompileErrors);
636
_schemaSet.
ValidationEventHandler
+= handler;
665
_schemaSet.
ValidationEventHandler
-= handler;