4 references to TagPrefixCollection
System.Web (4)
Configuration\PagesSection.cs (3)
130
new ConfigurationProperty("controls", typeof(
TagPrefixCollection
), null, ConfigurationPropertyOptions.IsDefaultCollection);
583
public
TagPrefixCollection
Controls {
585
return (
TagPrefixCollection
)base[_propControls];
UI\Util.cs (1)
84
TagPrefixCollection
controls;