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