4 references to NamespaceCollection
System.Web (4)
Configuration\PagesSection.cs (3)
128new ConfigurationProperty("namespaces", typeof(NamespaceCollection), null, ConfigurationPropertyOptions.IsDefaultCollection); 576public NamespaceCollection Namespaces { 578return (NamespaceCollection)base[_propNamespaces];
UI\Util.cs (1)
83NamespaceCollection namespaces;