8 references to Style
System.Web (8)
UI\WebControls\MenuItemStyle.cs (1)
28
public MenuItemStyle(StateBag bag) :
base
(bag) {
UI\WebControls\PanelStyle.cs (1)
44
public PanelStyle(StateBag bag) :
base
(bag) {
UI\WebControls\Style.cs (1)
70
public Style() :
this
(null) {
UI\WebControls\SubMenuStyle.cs (1)
24
public SubMenuStyle(StateBag bag) :
base
(bag) {
UI\WebControls\TableItemStyle.cs (1)
56
public TableItemStyle(StateBag bag) :
base
(bag) {
UI\WebControls\TableStyle.cs (1)
43
public TableStyle(StateBag bag) :
base
(bag) {
UI\WebControls\TreeNodeStyle.cs (1)
30
public TreeNodeStyle(StateBag bag) :
base
(bag) {
UI\WebControls\WebControl.cs (1)
705
return new
Style
(ViewState);