2 writes to _webBaseValidator
System.Web.Mobile (2)
UI\MobileControls\BaseValidator.cs (2)
48_webBaseValidator = CreateWebValidator(); 53_webBaseValidator = new DefaultWebValidator();
16 references to _webBaseValidator
System.Web.Mobile (16)
UI\MobileControls\BaseValidator.cs (16)
49if (_webBaseValidator == null) 56Controls.Add(_webBaseValidator); 59_webBaseValidator.Display = ValidatorDisplay.Dynamic; 142return _webBaseValidator.ErrorMessage; 146_webBaseValidator.ErrorMessage = value; 162return _webBaseValidator.ControlToValidate; 166_webBaseValidator.ControlToValidate = value; 181return _webBaseValidator.Display; 185_webBaseValidator.Display = value; 239_webBaseValidator.Validate(); 246ID = _webBaseValidator.ID; 247_webBaseValidator.ID = idBuffer; 251_webBaseValidator.Validate(); 256ID = _webBaseValidator.ID; 257_webBaseValidator.ID = idBuffer; 264return _webBaseValidator.IsValid;