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;