Implemented interface member:
property
IsValid
System.Web.UI.IValidator.IsValid
3 writes to IsValid
System.Web.Mobile (3)
UI\MobileControls\BaseValidator.cs (3)
276
IsValid
= true;
286
IsValid
= true;
292
IsValid
= EvaluateIsValid();
4 references to IsValid
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlValidatorAdapter.cs (1)
48
if (!Control.
IsValid
&& Control.Display != ValidatorDisplay.None)
UI\MobileControls\Adapters\WmlValidatorAdapter.cs (1)
48
if (!Control.
IsValid
&& Control.Display != ValidatorDisplay.None)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidatorAdapter.cs (1)
36
if (!Control.
IsValid
&& Control.Display != WebControls.ValidatorDisplay.None) {
UI\MobileControls\ValidationSummary.cs (1)
165
if (!baseVal.
IsValid
)