5 references to PropertiesValid
System.Web (5)
UI\WebControls\BaseValidator.cs (3)
593if (!PropertiesValid) { 705if (!PropertiesValid) { 783if (!PropertiesValid) {
UI\WebControls\CompareValidator.cs (1)
163Debug.Assert(PropertiesValid, "Properties should have already been checked");
UI\WebControls\RangeValidator.cs (1)
106Debug.Assert(PropertiesValid, "Should have already been checked");