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