8 writes to PerformValidation
System.Web (8)
UI\HtmlControls\HtmlAnchor.cs (1)
200
options.
PerformValidation
= true;
UI\WebControls\Button.cs (1)
337
options.
PerformValidation
= true;
UI\WebControls\CheckBox.cs (1)
537
options.
PerformValidation
= true;
UI\WebControls\ImageButton.cs (1)
368
options.
PerformValidation
= true;
UI\WebControls\LinkButton.cs (1)
365
options.
PerformValidation
= true;
UI\WebControls\ListControl.cs (1)
520
options.
PerformValidation
= true;
UI\WebControls\RadioButton.cs (1)
224
options.
PerformValidation
= true;
UI\WebControls\TextBox.cs (1)
500
options.
PerformValidation
= true;
2 references to PerformValidation
System.Web (2)
UI\ClientScriptManager.cs (2)
431
if (!options.
PerformValidation
&& !options.TrackFocus && options.ClientSubmit &&
461
if (options.
PerformValidation
) {