1 write to TagPrefix
System.Web (1)
Configuration\TagPrefixInfo.cs (1)
83
TagPrefix
= tagPrefix;
11 references to TagPrefix
System.Web (11)
Configuration\PagesSection.cs (4)
721
UserControlRegisterEntry ucRegisterEntry = new UserControlRegisterEntry(tpi.
TagPrefix
, tpi.TagName);
735
TagNamespaceRegisterEntry nsRegisterEntry = new TagNamespaceRegisterEntry(tpi.
TagPrefix
, tpi.Namespace, tpi.Assembly);
738
entries = (ArrayList)tagNamespaceRegisterEntries[tpi.
TagPrefix
];
741
tagNamespaceRegisterEntries[tpi.
TagPrefix
] = entries;
Configuration\TagPrefixCollection.cs (2)
92
return info.
TagPrefix
+ ":" + info.Namespace + ":" +
96
return info.
TagPrefix
+ ":" + info.TagName;
Configuration\TagPrefixInfo.cs (4)
92
return StringUtil.Equals(
TagPrefix
, ns.
TagPrefix
) &&
99
return
TagPrefix
.GetHashCode() ^ TagName.GetHashCode() ^
178
if (System.Web.UI.Util.ContainsWhiteSpace(elem.
TagPrefix
)) {
UI\Util.cs (1)
134
recompilationHash.AddObject(tpi.
TagPrefix
);