2 instantiations of ValidatorCollection
System.Web (2)
UI\Page.cs (2)
3414
_validators = new
ValidatorCollection
();
6214
ValidatorCollection validators = new
ValidatorCollection
();
11 references to ValidatorCollection
System.Web (11)
UI\Page.cs (6)
365
private
ValidatorCollection
_validators;
3391
ValidatorCollection
vc = Validators;
3411
public
ValidatorCollection
Validators {
6192
ValidatorCollection
validators = GetValidators(validationGroup);
6209
public
ValidatorCollection
GetValidators(string validationGroup) {
6214
ValidatorCollection
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)
269
ValidatorCollection
validators = Page.GetValidators(ValidationGroup);