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