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); 633_schemaSet.ValidationEventHandler += handler; 662_schemaSet.ValidationEventHandler -= handler;