2 writes to _validatingProperties
System.Web.Extensions (2)
ApplicationServices\ProfileService.cs (2)
36
_validatingProperties
+= value;
41
_validatingProperties
-= value;
1 reference to _validatingProperties
System.Web.Extensions (1)
ApplicationServices\ProfileService.cs (1)
50
EventHandler<ValidatingPropertiesEventArgs> handler =
_validatingProperties
;