16 references to MapIntegerAttributeToString
System.Web (16)
UI\HtmlControls\HtmlImage.cs (3)
122Attributes["border"] = MapIntegerAttributeToString(value); 149Attributes["height"] = MapIntegerAttributeToString(value); 202Attributes["width"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlInputFile.cs (2)
107Attributes["maxlength"] = MapIntegerAttributeToString(value); 147Attributes["size"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlInputImage.cs (1)
125Attributes["border"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlInputText.cs (2)
81Attributes["maxlength"] = MapIntegerAttributeToString(value); 107Attributes["size"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlSelect.cs (1)
435Attributes["size"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlTable.cs (3)
97Attributes["border"] = MapIntegerAttributeToString(value); 138Attributes["cellpadding"] = MapIntegerAttributeToString(value); 159Attributes["cellspacing"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlTableCell.cs (2)
136Attributes["colspan"] = MapIntegerAttributeToString(value); 215Attributes["rowspan"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlTextArea.cs (2)
68Attributes["cols"] = MapIntegerAttributeToString(value); 128Attributes["rows"] = MapIntegerAttributeToString(value);