1 write to _webCompareValidator
System.Web.Mobile (1)
UI\MobileControls\CompareValidator.cs (1)
48
_webCompareValidator
= new WebCntrls.CompareValidator();
9 references to _webCompareValidator
System.Web.Mobile (9)
UI\MobileControls\CompareValidator.cs (9)
49
return
_webCompareValidator
;
69
return
_webCompareValidator
.ControlToCompare;
73
_webCompareValidator
.ControlToCompare = value;
88
return
_webCompareValidator
.Operator;
92
_webCompareValidator
.Operator = value;
107
return
_webCompareValidator
.Type;
111
_webCompareValidator
.Type = value;
126
return
_webCompareValidator
.ValueToCompare;
130
_webCompareValidator
.ValueToCompare = value;