4 references to GetAndRemoveBooleanAttribute
System.Web (4)
UI\ObjectTag.cs (1)
81Util.GetAndRemoveBooleanAttribute(attribs, "latebinding",
UI\PageParser.cs (1)
672if (Util.GetAndRemoveBooleanAttribute(directive, "nostore", ref noStoreValue)) {
UI\SimpleWebHandlerParser.cs (1)
307if (Util.GetAndRemoveBooleanAttribute(directive, "debug", ref fDebug))
UI\UserControlParser.cs (1)
77Util.GetAndRemoveBooleanAttribute(directive, "shared", ref _fSharedPartialCaching);