2 instantiations of ValidatorCollection
System.Web (2)
UI\Page.cs (2)
3414_validators = new ValidatorCollection(); 6214ValidatorCollection validators = new ValidatorCollection();
11 references to ValidatorCollection
System.Web (11)
UI\Page.cs (6)
365private ValidatorCollection _validators; 3391ValidatorCollection vc = Validators; 3411public ValidatorCollection Validators { 6192ValidatorCollection validators = GetValidators(validationGroup); 6209public ValidatorCollection GetValidators(string validationGroup) { 6214ValidatorCollection validators = new ValidatorCollection();
UI\ValidatorCollection.cs (4)
25/// <para>Initializes a new instance of the <see cref='System.Web.UI.ValidatorCollection'/> class.</para> 98/// <see cref='System.Web.UI.ValidatorCollection'/> . 107/// <para>Indicates whether the <see cref='System.Web.UI.ValidatorCollection'/> is read-only. This property is 116/// <para>Indicates whether the <see cref='System.Web.UI.ValidatorCollection'/> is synchronized
UI\WebControls\ValidationSummary.cs (1)
269ValidatorCollection validators = Page.GetValidators(ValidationGroup);