4 instantiations of CommandField
System.Web (4)
UI\WebControls\CommandField.cs (1)
578return new CommandField();
UI\WebControls\DataControlFieldCollection.cs (1)
97return new CommandField();
UI\WebControls\DetailsView.cs (1)
1835CommandField commandField = new CommandField();
UI\WebControls\GridView.cs (1)
2352CommandField commandField = new CommandField();
23 references to CommandField
System.Web (23)
UI\WebControls\CommandField.cs (20)
24/// <para>Initializes a new instance of an <see cref='System.Web.UI.WebControls.CommandField'/> class.</para> 555((CommandField)newField).CancelImageUrl = CancelImageUrl; 556((CommandField)newField).CancelText = CancelText; 557((CommandField)newField).DeleteImageUrl = DeleteImageUrl; 558((CommandField)newField).DeleteText = DeleteText; 559((CommandField)newField).EditImageUrl = EditImageUrl; 560((CommandField)newField).EditText = EditText; 561((CommandField)newField).InsertImageUrl = InsertImageUrl; 562((CommandField)newField).InsertText = InsertText; 563((CommandField)newField).NewImageUrl = NewImageUrl; 564((CommandField)newField).NewText = NewText; 565((CommandField)newField).SelectImageUrl = SelectImageUrl; 566((CommandField)newField).SelectText = SelectText; 567((CommandField)newField).UpdateImageUrl = UpdateImageUrl; 568((CommandField)newField).UpdateText = UpdateText; 569((CommandField)newField).ShowCancelButton = ShowCancelButton; 570((CommandField)newField).ShowDeleteButton = ShowDeleteButton; 571((CommandField)newField).ShowEditButton = ShowEditButton; 572((CommandField)newField).ShowSelectButton = ShowSelectButton; 573((CommandField)newField).ShowInsertButton = ShowInsertButton;
UI\WebControls\DataControlFieldCollection.cs (1)
23typeof(CommandField),
UI\WebControls\DetailsView.cs (1)
1835CommandField commandField = new CommandField();
UI\WebControls\GridView.cs (1)
2352CommandField commandField = new CommandField();