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