27 references to AddAttribute
System.Web (25)
UI\ClientScriptManager.cs (1)
883
writer.
AddAttribute
("onkeypress", keyPress);
UI\PageAdapter.cs (2)
172
writer.
AddAttribute
("href", url);
174
writer.
AddAttribute
("accessKey", accessKey);
UI\WebControls\BulletedList.cs (1)
361
writer.
AddAttribute
("start", firstBulletNumber.ToString(CultureInfo.InvariantCulture));
UI\WebControls\Calendar.cs (2)
1347
writer.
AddAttribute
("abbr", abbrText);
1348
writer.
AddAttribute
("scope", "col");
UI\WebControls\ImageMap.cs (1)
232
writer.
AddAttribute
("nohref", "true");
UI\WebControls\MenuItem.cs (8)
838
writer.
AddAttribute
("onmouseover", "Menu_HoverDynamic(this)");
843
writer.
AddAttribute
("onmouseover", "Menu_HoverDisabled(this)");
844
writer.
AddAttribute
("onmouseout", "Menu_Unhover(this)");
850
writer.
AddAttribute
("onmouseover", "Menu_HoverStatic(this)");
856
writer.
AddAttribute
("onmouseover", "Menu_HoverRoot(this)");
1117
writer.
AddAttribute
("onmouseout", "Menu_Unhover(this)");
1119
writer.
AddAttribute
("onkeyup", "Menu_Key(event)");
1122
writer.
AddAttribute
("onkeyup", "Menu_Key(this)");
UI\WebControls\MenuRendererStandards.cs (1)
382
writer.
AddAttribute
(key, Menu.Attributes[key]);
UI\WebControls\PopOutPanel.cs (4)
86
writer.
AddAttribute
("onmouseover", "PopOut_Up(this)");
87
writer.
AddAttribute
("onmouseout", "PopOut_Stop(this)");
102
writer.
AddAttribute
("onmouseover", "PopOut_Down(this)");
103
writer.
AddAttribute
("onmouseout", "PopOut_Stop(this)");
UI\WebControls\TextBox.cs (1)
522
writer.
AddAttribute
("onkeypress", onKeyPress);
UI\WebControls\TreeNode.cs (3)
691
writer.
AddAttribute
((string)o, (string)list[i + 1]);
1414
writer.
AddAttribute
("onmouseover", "TreeView_HoverNode(" + _owner.ClientDataObjectID + ", this)");
1415
writer.
AddAttribute
("onmouseout", "TreeView_UnhoverNode(this)");
UI\WebControls\WebControl.cs (1)
642
writer.
AddAttribute
(attrName, atrColl[attrName]);
System.Web.Extensions (1)
UI\WebControls\DataPager.cs (1)
245
writer.
AddAttribute
(attrName, atrColl[attrName]);
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
570
tw.
AddAttribute
("title", ((StyleNode)SelectedStyle).RuntimeStyle.Name);