2 instantiations of CheckBoxField
System.Web (2)
UI\WebControls\CheckBoxField.cs (1)
224return new CheckBoxField();
UI\WebControls\DataControlFieldCollection.cs (1)
95return new CheckBoxField();
5 references to CheckBoxField
System.Web (5)
UI\WebControls\CheckBoxField.cs (4)
23/// <para>Initializes a new instance of a <see cref='System.Web.UI.WebControls.CheckBoxField'/> class.</para> 215((CheckBoxField)newField).Text = Text; 217((CheckBoxField)newField)._suppressPropertyThrows = true; 220((CheckBoxField)newField)._suppressPropertyThrows = false;
UI\WebControls\DataControlFieldCollection.cs (1)
22typeof(CheckBoxField),