3 writes to ButtonType
System.Web (3)
UI\WebControls\ButtonFieldBase.cs (1)
116((ButtonFieldBase)newField).ButtonType = ButtonType;
UI\WebControls\DetailsView.cs (1)
1836commandField.ButtonType = ButtonType.Link;
UI\WebControls\GridView.cs (1)
2353commandField.ButtonType = ButtonType.Link;
3 references to ButtonType
System.Web (3)
UI\WebControls\ButtonField.cs (1)
213switch(ButtonType) {
UI\WebControls\ButtonFieldBase.cs (1)
116((ButtonFieldBase)newField).ButtonType = ButtonType;
UI\WebControls\CommandField.cs (1)
504switch (ButtonType) {