2 instantiations of FormParameter
System.Web (2)
UI\WebControls\FormParameter.cs (1)
95return new FormParameter(this);
UI\WebControls\ParameterCollection.cs (1)
145return new FormParameter();
2 references to FormParameter
System.Web (2)
UI\WebControls\FormParameter.cs (1)
60protected FormParameter(FormParameter original) : base(original) {
UI\WebControls\ParameterCollection.cs (1)
37typeof(FormParameter),