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