1 write to _webRegularExpressionValidator
System.Web.Mobile (1)
UI\MobileControls\RegularExpressionValidator.cs (1)
46
_webRegularExpressionValidator
= new WebCntrls.RegularExpressionValidator();
3 references to _webRegularExpressionValidator
System.Web.Mobile (3)
UI\MobileControls\RegularExpressionValidator.cs (3)
47
return
_webRegularExpressionValidator
;
67
return
_webRegularExpressionValidator
.ValidationExpression;
71
_webRegularExpressionValidator
.ValidationExpression = value;