9 references to ValidationEventHandler
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1850
schemaSet.
ValidationEventHandler
+= compileValidationEventHandler;
1861
schemaSet.
ValidationEventHandler
-= compileValidationEventHandler;
System\ServiceModel\Description\SchemaHelper.cs (2)
135
schemaSet.
ValidationEventHandler
+= validationEventHandler;
137
schemaSet.
ValidationEventHandler
-= validationEventHandler;
System.Xml (5)
System\Xml\Schema\XmlSchemaValidator.cs (1)
185
this.schemaSet.
ValidationEventHandler
+= schemas.GetEventHandler();
System\Xml\Serialization\Mappings.cs (1)
1156
schemas.
ValidationEventHandler
+= new ValidationEventHandler(ValidationCallbackWithErrorCode);
System\Xml\Serialization\XmlSchemas.cs (3)
103
schemaSet.
ValidationEventHandler
+= new ValidationEventHandler(IgnoreCompileErrors);
616
schemaSet.
ValidationEventHandler
+= handler;
641
schemaSet.
ValidationEventHandler
-= handler;