1 write to _webCustomValidator
System.Web.Mobile (1)
UI\MobileControls\CustomValidator.cs (1)
43
_webCustomValidator
= new WebCntrls.CustomValidator();
2 references to _webCustomValidator
System.Web.Mobile (2)
UI\MobileControls\CustomValidator.cs (2)
52
_webCustomValidator
.ServerValidate += eventHandler;
54
return
_webCustomValidator
;