5 references to GetNonNegativeIntegerAttribute
System.Web (5)
UI\PageParser.cs (3)
405
_lcid = Util.
GetNonNegativeIntegerAttribute
(name, value);
442
_codePage = Util.
GetNonNegativeIntegerAttribute
(name, value);
569
int timeoutInSeconds = Util.
GetNonNegativeIntegerAttribute
(attribName, value);
UI\TemplateParser.cs (1)
1917
_warningLevel = Util.
GetNonNegativeIntegerAttribute
(name, value);
UI\Util.cs (1)
894
val =
GetNonNegativeIntegerAttribute
(key, s);