2 overrides of InitializeDataCell
System.Web (2)
UI\WebControls\AutoGeneratedField.cs (1)
172
protected override void
InitializeDataCell
(DataControlFieldCell cell, DataControlRowState rowState) {
UI\WebControls\CheckBoxField.cs (1)
271
protected override void
InitializeDataCell
(DataControlFieldCell cell, DataControlRowState rowState) {
2 references to InitializeDataCell
System.Web (2)
UI\WebControls\AutoGeneratedField.cs (1)
202
base.
InitializeDataCell
(cell, rowState);
UI\WebControls\BoundField.cs (1)
563
InitializeDataCell
(cell, rowState);