2 instantiations of CheckBoxField
System.Web (2)
UI\WebControls\CheckBoxField.cs (1)
224
return new
CheckBoxField
();
UI\WebControls\DataControlFieldCollection.cs (1)
95
return 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)
22
typeof(
CheckBoxField
),